Skip to content

Commit

Permalink
Change Not Now to No Thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Oct 30, 2024
1 parent 551656c commit 29928cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/SaveLoginView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit 29928cf

Please sign in to comment.