Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/anya/autofill-feedback-on-failur…
Browse files Browse the repository at this point in the history
…e' into anya/autofill-feedback-on-failure-ship-review
  • Loading branch information
amddg44 committed Jul 23, 2024
2 parents 593ed35 + fa31bc0 commit 938cc50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ But if you *do* want a peek under the hood, you can find more information about

public static let autofillSettingsReportNotWorkingTitle = NSLocalizedString("autofill.settings.report.not.working.title", value:"Autofill not working?", comment: "Title for the row to report that autofill is not working on a site in autofill settings")
public static let autofillSettingsReportNotWorkingSubtitle = NSLocalizedString("autofill.settings.report.not.working.subtitle", value:"Anonymously report autofill not working on this site. Passwords are never shared.", comment: "Subtitle for the row to report that autofill is not working on a site in autofill settings")
public static let autofillSettingsReportNotWorkingButtonTitle = NSLocalizedString("autofill.settings.report.not.working.button.title", value:"Report a problem with Autofill", comment: "Title for the button to report that autofill is not working on a site in autofill settings")
public static let autofillSettingsReportNotWorkingButtonTitle = NSLocalizedString("autofill.settings.report.not.working.button.title", value:"Report a problem with autofill", comment: "Title for the button to report that autofill is not working on a site in autofill settings")
public static func autofillSettingsReportNotWorkingConfirmationPromptTitle(for site: String) -> String {
let message = NSLocalizedString("autofill.settings.report.not.working.confirmation.title", value: "Report autofill not working on %@?", comment: "Title for the confirmation prompt when reporting autofill is not working for a website")
return message.format(arguments: site)
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 @@ -566,7 +566,7 @@
"autofill.save-password.save.CTA" = "Save Password";

/* Title for the button to report that autofill is not working on a site in autofill settings */
"autofill.settings.report.not.working.button.title" = "Report a problem with Autofill";
"autofill.settings.report.not.working.button.title" = "Report a problem with autofill";

/* Button title for the confirmation prompt when reporting autofill is not working for a website */
"autofill.settings.report.not.working.confirmation.button" = "Send Report";
Expand Down

0 comments on commit 938cc50

Please sign in to comment.