[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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."
}
}