From fa31bc0e976c99d696e54fc3b7ebd85a6718395b Mon Sep 17 00:00:00 2001 From: amddg44 Date: Tue, 23 Jul 2024 18:53:28 +0200 Subject: [PATCH] Additional copy update from Ship review --- DuckDuckGo/UserText.swift | 2 +- DuckDuckGo/en.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index 847739a102..867cd5f094 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -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) diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 99e885081f..55a1f45931 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -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";