1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-10 13:23:28 +00:00

Add descriptions to vague messages (#1476)

* Add descriptions to vague messages

* Fix typo
This commit is contained in:
Matt Gibson
2022-04-12 09:36:25 -04:00
committed by GitHub
parent 70db11e659
commit e0d7d2b43a

View File

@@ -1587,7 +1587,8 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count",
"description": "This text will be displayed after a Send has been accessed the maximum amount of times."
}, },
"maxAccessCountDesc": { "maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this Send once the maximum access count is reached.", "message": "If set, users will no longer be able to access this Send once the maximum access count is reached.",
@@ -1859,7 +1860,8 @@
"message": "Username Type" "message": "Username Type"
}, },
"plusAddressedEmail": { "plusAddressedEmail": {
"message": "Plus Addressed Email" "message": "Plus Addressed Email",
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
}, },
"plusAddressedEmailDesc": { "plusAddressedEmailDesc": {
"message": "Use your email provider's sub-addressing capabilities." "message": "Use your email provider's sub-addressing capabilities."