diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 2e22eaacd2..8309ae412f 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -803,7 +803,10 @@ "message": "Insert your security key into your computer's USB port. If it has a button, touch it." }, "webAuthnNewTab": { - "message": "Continue the WebAuthn 2FA verification in the new tab." + "message": "To start the WebAuthn 2FA verification. Click the button below to open a new tab and follow the instructions provided in the new tab." + }, + "webAuthnNewTabOpen": { + "message": "Open new tab" }, "webAuthnAuthenticate": { "message": "Authenticate WebAuthn" diff --git a/src/popup/accounts/two-factor.component.html b/src/popup/accounts/two-factor.component.html index db6518b817..2e8cd97b06 100644 --- a/src/popup/accounts/two-factor.component.html +++ b/src/popup/accounts/two-factor.component.html @@ -73,6 +73,7 @@

{{'webAuthnNewTab' | i18n}}

+