From e711b8160aade411df17bb19034cb2e5e19a8c9d Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Thu, 21 Nov 2013 23:36:34 -0500 Subject: [PATCH] Tweak wording on password help to be method-agnostic. (imported from commit 1037df705ce599f6f62345a6f6619b2e428912ff) --- templates/zerver/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}