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