diff --git a/templates/zerver/register.html b/templates/zerver/register.html index 109f9f28dc..e3fe667d8b 100644 --- a/templates/zerver/register.html +++ b/templates/zerver/register.html @@ -57,7 +57,7 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser value="{% if form.password.value %}{{ form.password.value }}{% endif %}" maxlength="100" /> {% if full_name %} - This is used for mobile applications and other tools that don't support Google Apps authentication. + This is used for mobile applications and other tools that require a password. {% endif %} {% if form.password.errors %} {% for error in form.password.errors %}