File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
291
291
private func updateToolbarItems( ) {
292
292
let isPumpOnboarded = onboardingManager. isComplete || deviceManager. pumpManager? . isOnboarded == true
293
293
294
- toolbarItems![ 0 ] . accessibilityLabel = NSLocalizedString ( " Enter Carbs " , comment: " The label of the carb entry button " )
294
+ toolbarItems![ 0 ] . accessibilityLabel = NSLocalizedString ( " Add Meal " , comment: " The label of the carb entry button " )
295
295
toolbarItems![ 0 ] . isEnabled = isPumpOnboarded
296
296
toolbarItems![ 0 ] . tintColor = UIColor . carbTintColor
297
297
toolbarItems![ 4 ] . accessibilityLabel = NSLocalizedString ( " Bolus " , comment: " The label of the bolus entry button " )
You can’t perform that action at this time.
0 commit comments