Skip to content

Commit 79b648b

Browse files
authored
Merge pull request #584 from tidepool-org/noah/ui-test-fix
Fix accessibility label for UI test
2 parents 10f96c0 + ea9e39b commit 79b648b

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
@@ -310,7 +310,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
310310
private func updateToolbarItems() {
311311
let isPumpOnboarded = onboardingManager.isComplete || deviceManager.pumpManager?.isOnboarded == true
312312

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")
314314
toolbarItems![0].isEnabled = isPumpOnboarded
315315
toolbarItems![0].tintColor = UIColor.carbTintColor
316316
toolbarItems![4].accessibilityLabel = NSLocalizedString("Bolus", comment: "The label of the bolus entry button")

0 commit comments

Comments
 (0)