1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 11:24:07 +00:00

[PM-31347] Add missing messages resulting in empty toast on invalid export master password (#19037)

This commit is contained in:
Mike Amirault
2026-02-18 11:50:52 -05:00
committed by GitHub
parent bc6b1c3b83
commit f7f06267ee
2 changed files with 6 additions and 0 deletions

View File

@@ -6173,5 +6173,8 @@
"sendPasswordHelperText": {
"message": "Individuals will need to enter the password to view this Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"userVerificationFailed": {
"message": "User verification failed."
}
}

View File

@@ -4617,5 +4617,8 @@
},
"emailPlaceholder": {
"message": "user@bitwarden.com , user@acme.com"
},
"userVerificationFailed": {
"message": "User verification failed."
}
}