Skip to content

Commit

Permalink
Update keychain password prompt (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx authored Nov 1, 2023
1 parent 5b75096 commit 14d504e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DuckDuckGo/Common/Localizables/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,11 @@ struct UserText {
static let onboardingSetDefaultButton = NSLocalizedString("onboarding.setdefault.button", value: "Let's Do It!", comment: "Launch the set default UI")
static let onboardingNotNowButton = NSLocalizedString("onboarding.notnow.button", value: "Maybe Later", comment: "Skip a step of the onboarding flow")

static let importFromChromiumMoreInfo = NSLocalizedString("import.from.chromium.info", value: "You'll be asked to enter your Keychain password.\n\nDuckDuckGo won’t see your Keychain password, but macOS needs it to access and import passwords into DuckDuckGo.\n\nImported passwords are encrypted and only stored on this computer.", comment: "More info when importing from Chromium")
static let importFromChromiumMoreInfo = NSLocalizedString("import.from.chromium.info", value: """
If your computer prompts you to enter a password prior to import, DuckDuckGo will not see that password.
Imported passwords are stored securely using encryption.
""", comment: "More info when importing from Chromium")

static let importFromFirefoxMoreInfo = NSLocalizedString("import.from.firefox.info", value: "You'll be asked to enter your Primary Password for Firefox.\n\nImported passwords are encrypted and only stored on this computer.", comment: "More info when importing from Firefox")

Expand Down

0 comments on commit 14d504e

Please sign in to comment.