Skip to content

Commit

Permalink
Update copy based on copy review
Browse files Browse the repository at this point in the history
  • Loading branch information
aataraxiaa committed Feb 29, 2024
1 parent e03edcd commit aac7d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Authenticate to confirm you want to delete all passwords"
"value" : "delete all passwords"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ extension UserText {
static let deleteAllPasswordsCompletionButtonText = NSLocalizedString("autofill.items.delete-all-passwords-completion-button-texy", value: "Close", comment: "Button text on dialog confirming deletion was completed")

// System Alert Permission Text
static let deleteAllPasswordsPermissionText = NSLocalizedString("autofill.items.delete-all-passwords-permisson-text", value: "Authenticate to confirm you want to delete all passwords", comment: "Message displayed in system authentication dialog")
static let deleteAllPasswordsPermissionText = NSLocalizedString("autofill.items.delete-all-passwords-permisson-text", value: "delete all passwords", comment: "Message displayed in system authentication dialog")

}

0 comments on commit aac7d7c

Please sign in to comment.