Skip to content

Commit

Permalink
Copy casing update
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Dec 19, 2023
1 parent ef94755 commit b8e75ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Common/Localizables/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b8e75ba

Please sign in to comment.