diff --git a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts index 0caea98bf..ca48981cb 100644 --- a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts +++ b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts @@ -797,7 +797,7 @@ export async function createAliasCreationPopup(suggestedNames: string[], rootCon const enterEmailAddressText = await t('content.enterEmailAddress'); const usernameText = await t('content.username'); const enterUsernameText = await t('content.enterUsername'); - const generatedPasswordText = await t('content.generatedPassword'); + const passwordText = await t('content.password'); const generateNewPasswordText = await t('content.generateNewPassword'); const togglePasswordVisibilityText = await t('content.togglePasswordVisibility'); const createAndSaveCredentialText = await t('content.createAndSaveCredential'); @@ -889,7 +889,7 @@ export async function createAliasCreationPopup(suggestedNames: string[], rootCon >