mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
fix(auth): clarify 2FA security key verification text
Updates user interface text to improve clarity when prompting for security key verification during two-factor authentication. Ref: PM-20055
This commit is contained in:
@@ -86,7 +86,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
||||
titleForLargerScreens.innerText = localeService.t("verifyYourIdentity");
|
||||
|
||||
const subtitle = document.getElementById("subtitle");
|
||||
subtitle.innerText = localeService.t("followTheStepsBelowToFinishLoggingIn");
|
||||
subtitle.innerText = localeService.t("followTheStepsBelowToFinishLoggingInWithSecurityKey");
|
||||
});
|
||||
|
||||
function start() {
|
||||
|
||||
Reference in New Issue
Block a user