Merge pull request #2673 from jryans/username-label

Clarify what the username error refers to
This commit is contained in:
J. Ryan Stinnett
2019-02-22 10:17:58 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ module.exports = React.createClass({
errMsg = _t('A phone number is required to register on this homeserver.');
break;
case "RegistrationForm.ERR_USERNAME_INVALID":
errMsg = _t("Only use lower case letters, numbers and '=_-./'");
errMsg = _t("A username can only contain lower case letters, numbers and '=_-./'");
break;
case "RegistrationForm.ERR_USERNAME_BLANK":
errMsg = _t('You need to enter a username.');