Skip to content

Commit eba2f9f

Browse files
committed
Profile alert text tweaks
1 parent 4d4aa88 commit eba2f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loop/Managers/ProfileExpirationAlerter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class ProfileExpirationAlerter {
4141
let timeUntilExpirationStr = formatter.string(from: timeUntilExpiration)
4242

4343
let dialog = UIAlertController(
44-
title: NSLocalizedString("Profile Expires Soon", comment: "The title for notification of near profile expiration"),
45-
message: String(format: NSLocalizedString("Loop will stop working in %@. You will need to update Loop before that, with a new profile.", comment: "Format string for body for notification of near profile expiration. (1: amount of time until expiration"), timeUntilExpirationStr!),
44+
title: NSLocalizedString("Profile Expires Soon", comment: "The title for notification of upcoming profile expiration"),
45+
message: String(format: NSLocalizedString("Loop will stop working in %@. You will need to update Loop before that, with a new provisioning profile.", comment: "Format string for body for notification of upcoming provisioning profile expiration. (1: amount of time until expiration"), timeUntilExpirationStr!),
4646
preferredStyle: .alert)
4747
dialog.addAction(UIAlertAction(title: "OK", style: .default, handler: nil))
4848
dialog.addAction(UIAlertAction(title: "More Info", style: .default, handler: { (_) in

0 commit comments

Comments
 (0)