From c86a39278549071a134542d3db07bdf8b2d2a817 Mon Sep 17 00:00:00 2001 From: amddg44 Date: Tue, 23 Jul 2024 13:21:41 +0200 Subject: [PATCH] Copy updates from Ship review feedback --- DuckDuckGo/UserText.swift | 4 ++-- DuckDuckGo/en.lproj/Localizable.strings | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index df9169db46..847739a102 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -692,9 +692,9 @@ 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:"Send Anonymous Report", 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") + 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) } public static let autofillSettingsReportNotWorkingConfirmationPromptMessage = NSLocalizedString("autofill.settings.report.not.working.confirmation.message", value: "Reports sent to DuckDuckGo are anonymous and do not include your username, password, or any other personally identifiable information.\n\nThe report only includes the website url and and the status of some autofill settings.", comment: "Message for the confirmation prompt when reporting autofill is not working for a website") diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 9e6c028406..99e885081f 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" = "Send Anonymous Report"; +"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"; @@ -575,7 +575,7 @@ "autofill.settings.report.not.working.confirmation.message" = "Reports sent to DuckDuckGo are anonymous and do not include your username, password, or any other personally identifiable information.\n\nThe report only includes the website url and and the status of some autofill settings."; /* Title for the confirmation prompt when reporting autofill is not working for a website */ -"autofill.settings.report.not.working.confirmation.title" = "Report Autofill not Working on %@?"; +"autofill.settings.report.not.working.confirmation.title" = "Report autofill not working on %@?"; /* Message shown to user when they submit a report that autofill is not working for a website */ "autofill.settings.report.not.working.sent.confirmation" = "Thank you! Your report will help us make DuckDuckGo better for everyone.";