mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
update password exposed messages
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user