Skip to content

Commit

Permalink
Fix extra period in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aataraxiaa committed Feb 26, 2024
1 parent d05e94b commit 8a0288e
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 @@ -1114,7 +1114,7 @@ struct UserText {
}
}

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: "Authenticate to confirm you want to delete all passwords", comment: "Message displayed in system authentication dialog")

#if SUBSCRIPTION
// Key: "subscription.menu.item"
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Authenticate to confirm you want to delete all passwords."
"value" : "Authenticate to confirm you want to delete all passwords"
}
}
}
Expand Down

0 comments on commit 8a0288e

Please sign in to comment.