Skip to content

Commit b3d8850

Browse files
author
Rick Pasetto
authored
LOOP-3946: Fix alert title per design (#485)
Missed this one during implementation. https://tidepool.atlassian.net/browse/LOOP-3946
1 parent 4b51da3 commit b3d8850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Managers/AlertPermissionsChecker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fileprivate extension AlertPermissionsChecker {
137137
private static let scheduledDeliveryEnabledAlertIdentifier = Alert.Identifier(managerIdentifier: "LoopAppManager",
138138
alertIdentifier: "scheduledDeliveryEnabledAlert")
139139
private static let scheduledDeliveryEnabledAlertContent = Alert.Content(
140-
title: NSLocalizedString("Alert Permissions Might Need Attention",
140+
title: NSLocalizedString("Notifications Delayed",
141141
comment: "Scheduled Delivery Enabled alert title"),
142142
body: String(format: NSLocalizedString("""
143143
Notification delivery is set to Scheduled Summary in your phone’s settings.

0 commit comments

Comments
 (0)