File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
443
443
}
444
444
445
445
let userDefaults = UserDefaults . standard
446
- let seenKey = " category-deprecation-2 - " + Current. clientVersion ( ) . description
446
+ let seenKey = " category-deprecation-3 - " + Current. clientVersion ( ) . description
447
447
448
448
guard !userDefaults. bool ( forKey: seenKey) else {
449
449
return
@@ -457,7 +457,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
457
457
458
458
let alert = UIAlertController (
459
459
title: L10n . Alerts. Deprecations. NotificationCategory. title,
460
- message: L10n . Alerts. Deprecations. NotificationCategory. message ( " iOS-2021.2 " ) ,
460
+ message: L10n . Alerts. Deprecations. NotificationCategory. message ( " iOS-2022.4 " ) ,
461
461
preferredStyle: . alert
462
462
)
463
463
alert. addAction ( UIAlertAction ( title: L10n . Nfc. List. learnMore, style: . default, handler: { _ in
You can’t perform that action at this time.
0 commit comments