From 9b85f11e1d9f181679c2cf9ce86d008d6e875888 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 10:22:11 +0200 Subject: more i18n --- templates/create.html | 2 +- templates/login.html | 2 +- templates/pwchange.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/create.html b/templates/create.html index 4cb8e54..71e64b3 100644 --- a/templates/create.html +++ b/templates/create.html @@ -16,7 +16,7 @@ ${errors.password}
repeat:
${errors.password2} - +

The account creation process takes around 20 to 30 seconds. Please do not spam the button.

diff --git a/templates/login.html b/templates/login.html index 754fa2f..8112f0e 100644 --- a/templates/login.html +++ b/templates/login.html @@ -15,7 +15,7 @@ ${errors.username}
password:
${errors.password} - + Deutsch English diff --git a/templates/pwchange.html b/templates/pwchange.html index ec6ea34..9120644 100644 --- a/templates/pwchange.html +++ b/templates/pwchange.html @@ -17,7 +17,7 @@ ${errors.password}
repeat:
${errors.password2} - +

The password change process takes around 20 to 30 seconds. Please do not spam the button.

-- cgit v1.2.1