From aac7d7cdedbd749712c64cb914180930c0fb2e50 Mon Sep 17 00:00:00 2001 From: Pete Date: Thu, 29 Feb 2024 09:42:23 +0000 Subject: [PATCH] Update copy based on copy review --- DuckDuckGo/Localizable.xcstrings | 2 +- .../SecureVault/Extensions/UserText+PasswordManager.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DuckDuckGo/Localizable.xcstrings b/DuckDuckGo/Localizable.xcstrings index 2902f7a3da..0964338c09 100644 --- a/DuckDuckGo/Localizable.xcstrings +++ b/DuckDuckGo/Localizable.xcstrings @@ -800,7 +800,7 @@ "en" : { "stringUnit" : { "state" : "new", - "value" : "Authenticate to confirm you want to delete all passwords" + "value" : "delete all passwords" } } } diff --git a/DuckDuckGo/SecureVault/Extensions/UserText+PasswordManager.swift b/DuckDuckGo/SecureVault/Extensions/UserText+PasswordManager.swift index dee1861a5f..aac7fbc7b1 100644 --- a/DuckDuckGo/SecureVault/Extensions/UserText+PasswordManager.swift +++ b/DuckDuckGo/SecureVault/Extensions/UserText+PasswordManager.swift @@ -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") }