From 0ab6a28042b3c6b24dfcf4a7b370a36e10f8cecc Mon Sep 17 00:00:00 2001 From: Konrad <11725227+mKoonrad@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:46:39 +0200 Subject: [PATCH] [PM-25984] Delete unused strings (#15907) * Delete unused strings * Remove recoveryCodeDesc string * Remove unnecessary strings --- apps/browser/src/_locales/en/messages.json | 35 ---------------------- apps/desktop/src/locales/en/messages.json | 3 -- apps/web/src/locales/en/messages.json | 3 -- 3 files changed, 41 deletions(-) diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index 103b1ca2a5b..9b4066a8484 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -1525,9 +1525,6 @@ "selectTwoStepLoginMethod": { "message": "Select two-step login method" }, - "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to turn off all two-factor providers from your account." - }, "recoveryCodeTitle": { "message": "Recovery code" }, @@ -1686,9 +1683,6 @@ "defaultAutoFillOnPageLoadDesc": { "message": "You can turn off autofill on page load for individual login items from the item's Edit view." }, - "itemAutoFillOnPageLoad": { - "message": "Autofill on page load (if set up in Options)" - }, "autoFillOnPageLoadUseDefault": { "message": "Use default setting" }, @@ -1760,18 +1754,9 @@ "popup2faCloseMessage": { "message": "Clicking outside the popup window to check your email for your verification code will cause this popup to close. Do you want to open this popup in a new window so that it does not close?" }, - "popupU2fCloseMessage": { - "message": "This browser cannot process U2F requests in this popup window. Do you want to open this popup in a new window so that you can log in using U2F?" - }, "showIconsChangePasswordUrls": { "message": "Show website icons and retrieve change password URLs" }, - "enableBadgeCounter": { - "message": "Show badge counter" - }, - "badgeCounterDesc": { - "message": "Indicate how many logins you have for the current web page." - }, "cardholderName": { "message": "Cardholder name" }, @@ -3570,9 +3555,6 @@ "autofillPageLoadPolicyActivated": { "message": "Your organization policies have turned on autofill on page load." }, - "howToAutofill": { - "message": "How to autofill" - }, "autofillSelectInfoWithCommand": { "message": "Select an item from this screen, use the shortcut $COMMAND$, or explore other options in settings.", "placeholders": { @@ -3957,18 +3939,10 @@ "aliasDomain": { "message": "Alias domain" }, - "passwordRepromptDisabledAutofillOnPageLoad": { - "message": "Items with master password re-prompt cannot be autofilled on page load. Autofill on page load turned off.", - "description": "Toast message for describing that master password re-prompt cannot be autofilled on page load." - }, "autofillOnPageLoadSetToDefault": { "message": "Autofill on page load set to use default setting.", "description": "Toast message for informing the user that autofill on page load has been set to the default setting." }, - "turnOffMasterPasswordPromptToEditField": { - "message": "Turn off master password re-prompt to edit this field", - "description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item." - }, "toggleSideNavigation": { "message": "Toggle side navigation" }, @@ -4238,9 +4212,6 @@ "passkeyNotCopiedAlert": { "message": "The passkey will not be copied to the cloned item. Do you want to continue cloning this item?" }, - "passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": { - "message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password." - }, "logInWithPasskeyQuestion": { "message": "Log in with passkey?" }, @@ -4926,9 +4897,6 @@ } } }, - "enableAnimations": { - "message": "Enable animations" - }, "showAnimations": { "message": "Show animations" }, @@ -5204,9 +5172,6 @@ "vaultCustomTimeoutMinimum": { "message": "Minimum custom timeout is 1 minute." }, - "additionalContentAvailable": { - "message": "Additional content is available" - }, "fileSavedToDevice": { "message": "File saved to device. Manage from your device downloads." }, diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index 86a723bb6f2..adc62e3e4ed 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -960,9 +960,6 @@ "insertU2f": { "message": "Insert your security key into your computer's USB port. If it has a button, touch it." }, - "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to turn off all two-factor providers on your account." - }, "recoveryCodeTitle": { "message": "Recovery code" }, diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 8146f9b63d8..ccb9e6b3520 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -1587,9 +1587,6 @@ "selectTwoStepLoginMethod": { "message": "Select two-step login method" }, - "recoveryCodeDesc": { - "message": "Lost access to all of your two-step login providers? Use your recovery code to turn off all two-step login providers from your account." - }, "recoveryCodeTitle": { "message": "Recovery code" },