Skip to content

Commit 6b250a0

Browse files
committed
Merge remote-tracking branch 'origin/dev' into ps2/LOOP-4696/algorithm-test
2 parents 859f18a + 686f7a5 commit 6b250a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)