diff --git a/DuckDuckGo/SaveLoginView.swift b/DuckDuckGo/SaveLoginView.swift index 7da6ec6cd1..2a738213d0 100644 --- a/DuckDuckGo/SaveLoginView.swift +++ b/DuckDuckGo/SaveLoginView.swift @@ -196,7 +196,7 @@ struct SaveLoginView: View { action: viewModel.save) switch layoutType { case .newUser: - AutofillViews.TertiaryButton(title: UserText.autofillSaveLoginNotNowCTA, + AutofillViews.TertiaryButton(title: UserText.autofillSaveLoginNoThanksCTA, action: viewModel.cancelButtonPressed) default: AutofillViews.TertiaryButton(title: UserText.autofillSaveLoginNeverPromptCTA, diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index c397326801..b1f98b9b14 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -419,7 +419,7 @@ public struct UserText { public static let autofillOnboardingKeyFeaturesSecureStorageDescription = NSLocalizedString("autofill.onboarding.key-features.secure-storage.description", value: "Passwords are encrypted, stored on device, and locked with Face ID or passcode.", comment: "Description of autofill onboarding prompt's secure storage feature") public static let autofillOnboardingKeyFeaturesSyncTitle = NSLocalizedString("autofill.onboarding.key-features.sync.title", value: "Sync between devices", comment: "Title of autofill onboarding prompt's sync feature") public static let autofillOnboardingKeyFeaturesSyncDescription = NSLocalizedString("autofill.onboarding.key-features.sync.description", value: "End-to-end encrypted and easy to set up when you’re ready.", comment: "Description of autofill onboarding prompt's sync feature") - public static let autofillSaveLoginNotNowCTA = NSLocalizedString("autofill.save-login.not-now.CTA", value: "Not Now", comment: "CTA displayed on modal asking if the user wants to dismiss the save login action for now") + public static let autofillSaveLoginNoThanksCTA = NSLocalizedString("autofill.save-login.no-thanks.CTA", value: "No Thanks", comment: "CTA displayed on modal asking if the user wants to dismiss the save login action for now") public static let autofillSavePasswordSaveCTA = NSLocalizedString("autofill.save-password.save.CTA", value: "Save Password", comment: "Confirm CTA displayed on modal asking for the user to save the password") public static let autofillUpdatePasswordSaveCTA = NSLocalizedString("autofill.update-password.save.CTA", value: "Update Password", comment: "Confirm CTA displayed on modal asking for the user to update the password") diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 29b52c7951..4944b8a910 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -594,7 +594,7 @@ "autofill.save-login.new-user.title" = "Save this password?"; /* CTA displayed on modal asking if the user wants to dismiss the save login action for now */ -"autofill.save-login.not-now.CTA" = "Not Now"; +"autofill.save-login.no-thanks.CTA" = "No Thanks"; /* Message displayed on modal asking for the user to save the login for the first time */ "autofill.save-login.security.message" = "Securely store your password on device with DuckDuckGo Passwords & Autofill.";