From b8e75ba3d734c39da66a89baece950e69b0f7e7e Mon Sep 17 00:00:00 2001 From: Anya Mallon Date: Tue, 19 Dec 2023 18:35:44 +0100 Subject: [PATCH] Copy casing update --- DuckDuckGo/Common/Localizables/UserText.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/Common/Localizables/UserText.swift b/DuckDuckGo/Common/Localizables/UserText.swift index a7bba38e02..95d5bee951 100644 --- a/DuckDuckGo/Common/Localizables/UserText.swift +++ b/DuckDuckGo/Common/Localizables/UserText.swift @@ -27,7 +27,7 @@ struct UserText { static let ok = NSLocalizedString("ok", value: "OK", comment: "OK button") static let cancel = NSLocalizedString("cancel", value: "Cancel", comment: "Cancel button") static let notNow = NSLocalizedString("notnow", value: "Not Now", comment: "Not Now button") - static let neverForThisSite = NSLocalizedString("never.for.this.site", value: "Never Ask For This Site", comment: "Never ask to save login credentials for this site button") + static let neverForThisSite = NSLocalizedString("never.for.this.site", value: "Never Ask for This Site", comment: "Never ask to save login credentials for this site button") static let open = NSLocalizedString("open", value: "Open", comment: "Open button") static let save = NSLocalizedString("save", value: "Save", comment: "Save button") static let copy = NSLocalizedString("copy", value: "Copy", comment: "Copy button")