|
|
@@ -127,7 +127,7 @@ final class BaseUserNotificationsManager: NSObject, UserNotificationsManager, In
|
|
|
private func scheduleMissingLoopNotifiactions(date _: Date) {
|
|
|
ensureCanSendNotification {
|
|
|
let title = NSLocalizedString("iAPS not active", comment: "iAPS not active")
|
|
|
- let body = NSLocalizedString("Last loop was more then %d min ago", comment: "Last loop was more then %d min ago")
|
|
|
+ let body = NSLocalizedString("Last loop was more than %d min ago", comment: "Last loop was more than %d min ago")
|
|
|
|
|
|
let firstInterval = 20 // min
|
|
|
let secondInterval = 40 // min
|