mirror of
https://github.com/bitwarden/browser
synced 2025-01-11 01:48:12 +01:00
update password exposed messages
This commit is contained in:
parent
d0a434ea11
commit
54ac6fd445
@ -1025,7 +1025,13 @@
|
||||
"message": "Check if password has been exposed."
|
||||
},
|
||||
"passwordExposed": {
|
||||
"message": "This password has been exposed in data breaches. You should change it."
|
||||
"message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.",
|
||||
"placeholders": {
|
||||
"value": {
|
||||
"content": "$1",
|
||||
"example": "2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"passwordSafe": {
|
||||
"message": "This password was not found in any known data breaches. It should be safe to use."
|
||||
|
Loading…
Reference in New Issue
Block a user