Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Loop/View Controllers/TextFieldTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ extension TextFieldTableViewController {
vc.placeholder = NSLocalizedString("Enter a rate in units per hour", comment: "The placeholder text instructing users how to enter a maximum basal rate")
vc.keyboardType = .decimalPad
vc.unit = NSLocalizedString("U/hour", comment: "The unit string for units per hour")
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.")

if let maxBasal = value {
vc.value = valueNumberFormatter.string(from: NSNumber(value: maxBasal))
Expand Down