From e0d7d2b43a94f634c06d0bf66717d2bad0b4c9b2 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 12 Apr 2022 09:36:25 -0400 Subject: [PATCH] Add descriptions to vague messages (#1476) * Add descriptions to vague messages * Fix typo --- src/locales/en/messages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 5c2ed68d..ea39579c 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -1587,7 +1587,8 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "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": { "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" }, "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": { "message": "Use your email provider's sub-addressing capabilities."