diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 54652f269..c8072fb2f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -56,10 +56,10 @@ "APN_MESSAGE_IN_GROUP_DETAILED" = "%@ in group %@: %@"; /* Message format for the 'new app version available' alert. Embeds: {{The latest app version number.}}. */ -"APP_UPDATE_NAG_ALERT_MESSAGE_FORMAT" = "Version %@ is available in the App Store."; +"APP_UPDATE_NAG_ALERT_MESSAGE_FORMAT" = "Version %@ is now available in the App Store."; /* Title for the 'new app version available' alert. */ -"APP_UPDATE_NAG_ALERT_TITLE" = "New Version"; +"APP_UPDATE_NAG_ALERT_TITLE" = "A New Version of Signal is Available"; /* Label for the 'update' button in the 'new app version available' alert. */ "APP_UPDATE_NAG_ALERT_UPDATE_BUTTON" = "Update";