mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
Remove duplicate entries from web messages.json (#11761)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
9a83509183
commit
95e8e0c9bf
@ -1583,38 +1583,6 @@
|
|||||||
"specialCharacters": {
|
"specialCharacters": {
|
||||||
"message": "Special characters (!@#$%^&*)"
|
"message": "Special characters (!@#$%^&*)"
|
||||||
},
|
},
|
||||||
"uppercaseDescription": {
|
|
||||||
"message": "Include uppercase characters",
|
|
||||||
"description": "Tooltip for the password generator uppercase character checkbox"
|
|
||||||
},
|
|
||||||
"uppercaseLabel": {
|
|
||||||
"message": "A-Z",
|
|
||||||
"description": "Label for the password generator uppercase character checkbox"
|
|
||||||
},
|
|
||||||
"lowercaseDescription": {
|
|
||||||
"message": "Include lowercase characters",
|
|
||||||
"description": "Full description for the password generator lowercase character checkbox"
|
|
||||||
},
|
|
||||||
"lowercaseLabel": {
|
|
||||||
"message": "a-z",
|
|
||||||
"description": "Label for the password generator lowercase character checkbox"
|
|
||||||
},
|
|
||||||
"numbersDescription": {
|
|
||||||
"message": "Include numbers",
|
|
||||||
"description": "Full description for the password generator numbers checkbox"
|
|
||||||
},
|
|
||||||
"numbersLabel": {
|
|
||||||
"message": "0-9",
|
|
||||||
"description": "Label for the password generator numbers checkbox"
|
|
||||||
},
|
|
||||||
"specialCharactersDescription": {
|
|
||||||
"message": "Include special characters",
|
|
||||||
"description": "Full description for the password generator special characters checkbox"
|
|
||||||
},
|
|
||||||
"specialCharactersLabel": {
|
|
||||||
"message": "!@#$%^&*",
|
|
||||||
"description": "Label for the password generator special characters checkbox"
|
|
||||||
},
|
|
||||||
"numWords": {
|
"numWords": {
|
||||||
"message": "Number of words"
|
"message": "Number of words"
|
||||||
},
|
},
|
||||||
@ -9529,10 +9497,6 @@
|
|||||||
"message": "!@#$%^&*",
|
"message": "!@#$%^&*",
|
||||||
"description": "Label for the password generator special characters checkbox"
|
"description": "Label for the password generator special characters checkbox"
|
||||||
},
|
},
|
||||||
"avoidAmbiguous": {
|
|
||||||
"message": "Avoid ambiguous characters",
|
|
||||||
"description": "Label for the avoid ambiguous characters checkbox."
|
|
||||||
},
|
|
||||||
"addAttachment": {
|
"addAttachment": {
|
||||||
"message": "Add attachment"
|
"message": "Add attachment"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user