mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
update password exposed messages
This commit is contained in:
@@ -1025,7 +1025,13 @@
|
|||||||
"message": "Check if password has been exposed."
|
"message": "Check if password has been exposed."
|
||||||
},
|
},
|
||||||
"passwordExposed": {
|
"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": {
|
"passwordSafe": {
|
||||||
"message": "This password was not found in any known data breaches. It should be safe to use."
|
"message": "This password was not found in any known data breaches. It should be safe to use."
|
||||||
|
|||||||
Reference in New Issue
Block a user