From bb2768071dba0a5ca580da8bd5d3cb9f6242584a Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 26 May 2019 16:43:42 +1000 Subject: [PATCH] change "all caps" to "all capital letters" for clarity I found this question in the Help guild: 'I'm deleting my account and aren't able to find the "cap" to type in "delete" in order to finish deleting process. Any ideas were that "cap" is?' --- website/common/locales/en/front.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json index 06ead889ae..a4db78a84c 100644 --- a/website/common/locales/en/front.json +++ b/website/common/locales/en/front.json @@ -267,7 +267,7 @@ "missingNewPassword": "Missing new password.", "invalidEmailDomain": "You cannot register with emails with the following domains: <%= domains %>", "wrongPassword": "Wrong password.", - "incorrectDeletePhrase": "Please type <%= magicWord %> in all caps to delete your account.", + "incorrectDeletePhrase": "Please type <%= magicWord %> in all capital letters to delete your account.", "notAnEmail": "Invalid email address.", "emailTaken": "Email address is already used in an account.", "newEmailRequired": "Missing new email address.",