Skip to content

Commit

Permalink
Copy update as per ship review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Apr 22, 2024
1 parent 7c370dd commit b911b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,9 @@ But if you *do* want a peek under the hood, you can find more information about
public static let autofillImportPasswordsSyncButton = NSLocalizedString("autofill.import.passwords.sync-button", value:"Sync With Desktop", comment: "Button label to sync passwords with desktop browser")
public static let autofillImportPasswordsInstructionsTitle = NSLocalizedString("autofill.import.passwords.instructions.title", value:"Import from the desktop browser:", comment: "Title for section with instructions to import passwords")
public static let autofillImportPasswordsInstructionsStep1 = NSLocalizedString("autofill.import.passwords.instructions.step1", value:"Open DuckDuckGo on Mac or Windows", comment: "Step 1 for instructions to import passwords")
public static let autofillImportPasswordsInstructionsStep2 = NSLocalizedString("autofill.import.passwords.instructions.step2", value:"Go to %@ > %@", comment: "Step 2 for instructions to import passwords. This reads as 'Go to Settings > Autofill'")
public static let autofillImportPasswordsInstructionsStep2 = NSLocalizedString("autofill.import.passwords.instructions.step2", value:"Go to %@ > %@", comment: "Step 2 for instructions to import passwords. This reads as 'Go to Settings > Passwords'")
public static let autofillImportPasswordsInstructionsStep2Settings = NSLocalizedString("autofill.import.passwords.instructions.step2.settings", value:"Settings", comment: "first parameter for autofill.import.passwords.instructions.step2")
public static let autofillImportPasswordsInstructionsStep2Autofill = NSLocalizedString("autofill.import.passwords.instructions.step2.autofill", value:"Autofill", comment: "second parameter for autofill.import.passwords.instructions.step2")
public static let autofillImportPasswordsInstructionsStep2Autofill = NSLocalizedString("autofill.import.passwords.instructions.step2.passwords", value:"Passwords", comment: "second parameter for autofill.import.passwords.instructions.step2")
public static let autofillImportPasswordsInstructionsStep3 = NSLocalizedString("autofill.import.passwords.instructions.step3", value:"Select %@ and follow the steps to import", comment: "Step 3 for instructions to import passwords. This reads as 'Select Import Passwords and follow the steps'")
public static let autofillImportPasswordsInstructionsStep3Import = NSLocalizedString("autofill.import.passwords.instructions.step3.import", value:"Import Passwords...", comment: "Parameter for autofill.import.passwords.instructions.step3")
public static let autofillImportPasswordsInstructionsStep4 = NSLocalizedString("autofill.import.passwords.instructions.step4", value:"Once imported on your computer you can set up sync on this %@", comment: "Step 4 for instructions to import passwords: Once imported on your computer you can set up sync on this iPhone|iPad|device")
Expand Down
4 changes: 2 additions & 2 deletions DuckDuckGo/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,11 @@
/* Step 1 for instructions to import passwords */
"autofill.import.passwords.instructions.step1" = "Open DuckDuckGo on Mac or Windows";

/* Step 2 for instructions to import passwords. This reads as 'Go to Settings > Autofill' */
/* Step 2 for instructions to import passwords. This reads as 'Go to Settings > Passwords' */
"autofill.import.passwords.instructions.step2" = "Go to %1$@ > %2$@";

/* second parameter for autofill.import.passwords.instructions.step2 */
"autofill.import.passwords.instructions.step2.autofill" = "Autofill";
"autofill.import.passwords.instructions.step2.passwords" = "Passwords";

/* first parameter for autofill.import.passwords.instructions.step2 */
"autofill.import.passwords.instructions.step2.settings" = "Settings";
Expand Down

0 comments on commit b911b87

Please sign in to comment.