From 2955f16c56ab90bdd995cc9b0d0f713a6bf5021f Mon Sep 17 00:00:00 2001 From: Allister Banks Date: Thu, 24 Oct 2024 00:54:30 +0900 Subject: [PATCH] Rephrasing copy re: password resets Tweaking expressions to be more in line with how other systems phrase things --- server/templates/registration/invitation_email.html | 2 +- server/templates/registration/login.html | 2 +- server/templates/registration/password_reset_email.html | 6 +++--- server/templates/registration/password_reset_subject.txt | 2 +- tests/server_accounts/test_password_reset.py | 4 ++-- tests/server_accounts/test_users_views.py | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/server/templates/registration/invitation_email.html b/server/templates/registration/invitation_email.html index dd15ce20c0..2be96b7a4e 100644 --- a/server/templates/registration/invitation_email.html +++ b/server/templates/registration/invitation_email.html @@ -1,7 +1,7 @@ {% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this email because you have been invited to use Zentral.{% endblocktrans %} -{% trans "Please go to the following page and choose a new password:" %} +{% trans "Please go to the following page and set a new password:" %} {% block reset_link %} {{ reset_url }} {% endblock %} diff --git a/server/templates/registration/login.html b/server/templates/registration/login.html index 09e3ff2adf..a1ea2e8922 100644 --- a/server/templates/registration/login.html +++ b/server/templates/registration/login.html @@ -33,7 +33,7 @@

{% endfor %}