From 4a5feafeb8979b20152221a8e92ebb7566f50444 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 7 Apr 2022 09:20:48 -0400 Subject: [PATCH] Add descriptions for vague messages (#2494) * Add descriptions for 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 9695f4e58b..c0fc9f75c3 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1593,7 +1593,8 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "maxAccessCountReached": { - "message": "Max access count reached" + "message": "Max access count reached", + "description": "This text will be displayed after a Send has been accessed the maximum amount of times." }, "expired": { "message": "Expired" @@ -1909,7 +1910,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."