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 @@ -310,7 +310,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
310
310
private func updateToolbarItems( ) {
311
311
let isPumpOnboarded = onboardingManager. isComplete || deviceManager. pumpManager? . isOnboarded == true
312
312
313
- toolbarItems![ 0 ] . accessibilityLabel = NSLocalizedString ( " Enter Carbs " , comment: " The label of the carb entry button " )
313
+ toolbarItems![ 0 ] . accessibilityLabel = NSLocalizedString ( " Add Meal " , comment: " The label of the carb entry button " )
314
314
toolbarItems![ 0 ] . isEnabled = isPumpOnboarded
315
315
toolbarItems![ 0 ] . tintColor = UIColor . carbTintColor
316
316
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