diff --git a/src/sentry/templates/sentry/account/recover/confirm.html b/src/sentry/templates/sentry/account/recover/confirm.html index cb5a59cc5c83db..f4645cdc9531c0 100644 --- a/src/sentry/templates/sentry/account/recover/confirm.html +++ b/src/sentry/templates/sentry/account/recover/confirm.html @@ -6,7 +6,7 @@ {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %} -

{% trans "Recover Account" %}

+

{% trans "Recover Account" %}

{% trans "You have confirmed your email, and may now update your password below." %}

diff --git a/src/sentry/templates/sentry/account/recover/expired.html b/src/sentry/templates/sentry/account/recover/expired.html index add76c4bddc76d..649f59fafa3a19 100644 --- a/src/sentry/templates/sentry/account/recover/expired.html +++ b/src/sentry/templates/sentry/account/recover/expired.html @@ -7,7 +7,7 @@ {% block auth_main %} -

{% trans "Password Expired" %}

+

{% trans "Password Expired" %}

{% blocktrans %}The password on your account expired.{% endblocktrans %}

{% blocktrans %}We have sent an email to the address registered with this account containing further instructions to reset your password.{% endblocktrans %}

diff --git a/src/sentry/templates/sentry/account/recover/failure.html b/src/sentry/templates/sentry/account/recover/failure.html index d272517d18dc01..507bcbe8e24056 100644 --- a/src/sentry/templates/sentry/account/recover/failure.html +++ b/src/sentry/templates/sentry/account/recover/failure.html @@ -6,7 +6,7 @@ {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %} -

{% trans "Recover Account" %}

+

{% trans "Recover Account" %}

{% url 'sentry-account-recover' as link %}

{% blocktrans %}We were unable to confirm your identity. Either the link you followed is invalid, or it has expired. You can always try again.{% endblocktrans %}

{% endblock %} diff --git a/src/sentry/templates/sentry/account/recover/index.html b/src/sentry/templates/sentry/account/recover/index.html index 7b8dab0a81135e..f95d6fbca95818 100644 --- a/src/sentry/templates/sentry/account/recover/index.html +++ b/src/sentry/templates/sentry/account/recover/index.html @@ -6,7 +6,7 @@ {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %} -

{% trans "Recover Account" %}

+

{% trans "Recover Account" %}

{% blocktrans %}We will send a confirmation email to this address:{% endblocktrans %}

diff --git a/src/sentry/templates/sentry/account/recover/sent.html b/src/sentry/templates/sentry/account/recover/sent.html index a0de9428d0b3ef..4767e94f6a93e2 100644 --- a/src/sentry/templates/sentry/account/recover/sent.html +++ b/src/sentry/templates/sentry/account/recover/sent.html @@ -6,7 +6,7 @@ {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %} -

{% trans "Recover Account" %}

+

{% trans "Recover Account" %}

{% blocktrans %}We have sent an email to the address registered with this account containing further instructions to reset your password.{% endblocktrans %}

{% endblock %}