Skip to content

Commit

Permalink
Copy udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Dec 19, 2023
1 parent 51300b4 commit 58a8438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion DuckDuckGo/SecureVault/View/PasswordManager.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ DQ
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="momentary" id="4a4-It-pz8">
<font key="font" metaFont="system"/>
<segments>
<segment label="Not Now" width="80"/>
<segment label="Don't Save" width="80"/>
<segment width="20" tag="1"/>
</segments>
</segmentedCell>
Expand Down

0 comments on commit 58a8438

Please sign in to comment.