diff --git a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts index 35c679a32..0caea98bf 100644 --- a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts +++ b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts @@ -801,6 +801,8 @@ export async function createAliasCreationPopup(suggestedNames: string[], rootCon const generateNewPasswordText = await t('content.generateNewPassword'); const togglePasswordVisibilityText = await t('content.togglePasswordVisibility'); const createAndSaveCredentialText = await t('content.createAndSaveCredential'); + const passwordLengthText = await t('credentials.passwordLength'); + const changePasswordComplexityText = await t('credentials.changePasswordComplexity'); // Create the main content popup.innerHTML = ` @@ -911,10 +913,10 @@ export async function createAliasCreationPopup(suggestedNames: string[], rootCon