You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vc.placeholder =NSLocalizedString("Enter a rate in units per hour", comment:"The placeholder text instructing users how to enter a maximum basal rate")
52
52
vc.keyboardType =.decimalPad
53
53
vc.unit =NSLocalizedString("U/hour", comment:"The unit string for units per hour")
54
+
vc.contextHelp =NSLocalizedString("Please check that the maximum basal rate entered here does not exceed the corresponding maximum basal rate setting in the pump.", comment:"Instructions to help get max basal rate setting correct.")
0 commit comments