@@ -159,15 +159,6 @@ export default {
// remove the @ from the value
return this.inputValue.replace('@', '');
},
- verifiedUsername () {
- return this.user.flags.verifiedUsername;
- },
- usernameInvalid () {
- if (this.cleanedInputValue.length <= 1) {
- return false;
- }
- return !this.usernameValid;
- },
usernameValid () {
if (this.cleanedInputValue.length <= 1) {
return false;
diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json
index 12d3b47dc6..6c4eb9f012 100644
--- a/website/common/locales/en/settings.json
+++ b/website/common/locales/en/settings.json
@@ -190,6 +190,7 @@
"usernameVerifiedConfirmation": "Your username, <%= username %>, is confirmed!",
"usernameNotVerified": "Please confirm your username.",
"changeUsernameDisclaimer": "Your username is used for invitations, @mentions in chat, and messaging. It must be 1 to 20 characters, containing only letters a to z, numbers 0 to 9, hyphens, or underscores, and cannot include any inappropriate terms.",
+ "changeEmailDisclaimer": "This is the email address that you use to log in to Habitica, as well as receive notifications.",
"verifyUsernameVeteranPet": "One of these Veteran Pets will be waiting for you after you've finished confirming!",
"mentioning": "Mentioning",
"suggestMyUsername": "Suggest my username",