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 {
291291 private func updateToolbarItems( ) {
292292 let isPumpOnboarded = onboardingManager. isComplete || deviceManager. pumpManager? . isOnboarded == true
293293
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 " )
295295 toolbarItems![ 0 ] . isEnabled = isPumpOnboarded
296296 toolbarItems![ 0 ] . tintColor = UIColor . carbTintColor
297297 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