diff --git a/templates/components/navbar.html b/templates/components/navbar.html index f9d2e434a..2e04285a5 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -21,7 +21,7 @@ limitations under the License.
{% if current_session %}
- Signed in as {{ current_session.user.username }}. + Signed in as {{ current_session.user.username }}.
{{ button::link(text="My account", href="/account/") }} diff --git a/templates/pages/account/emails/verify.html b/templates/pages/account/emails/verify.html index 4319acb25..2f9e7c518 100644 --- a/templates/pages/account/emails/verify.html +++ b/templates/pages/account/emails/verify.html @@ -22,7 +22,7 @@ limitations under the License.

Email verification

-

Please enter the 6-digit code sent to: {{ email.email }}

+

Please enter the 6-digit code sent to: {{ email.email }}

{% if form.errors is not empty %} diff --git a/templates/pages/account/password.html b/templates/pages/account/password.html index c1f80cac2..31bb13b87 100644 --- a/templates/pages/account/password.html +++ b/templates/pages/account/password.html @@ -20,7 +20,7 @@ limitations under the License. {{ navbar::top() }}
-

Change my password

+

Change my password

{{ field::input(label="Current password", name="current_password", type="password", autocomplete="current-password", class="xl:col-span-2") }} {{ field::input(label="New password", name="new_password", type="password", autocomplete="new-password") }} diff --git a/templates/pages/consent.html b/templates/pages/consent.html index 32337b363..bf3044725 100644 --- a/templates/pages/consent.html +++ b/templates/pages/consent.html @@ -38,7 +38,7 @@ limitations under the License.

{{ scope::list(scopes=grant.scope) }}

-

Make sure that you trust {{ client.client_name | default(value=client.client_id) }}.

+

Make sure that you trust {{ client.client_name | default(value=client.client_id) }}.

You may be sharing sensitive information with this site or app. {% if client.policy_uri or client.tos_uri %} diff --git a/templates/pages/policy_violation.html b/templates/pages/policy_violation.html index 81b76b46e..7930b1008 100644 --- a/templates/pages/policy_violation.html +++ b/templates/pages/policy_violation.html @@ -20,7 +20,7 @@ limitations under the License.

-

The authorization request was denied the policy enforced by this service.

+

The authorization request was denied the policy enforced by this service.

This might be because of the client which authored the request, the currently logged in user, or the request itself.

@@ -33,7 +33,7 @@ limitations under the License.
- Logged as {{ current_session.user.username }} + Logged as {{ current_session.user.username }}
{{ logout::button(text="Sign out", class=button::plain_error_class(), csrf_token=csrf_token, post_logout_action=action) }} diff --git a/templates/pages/sso.html b/templates/pages/sso.html index 31817e1e4..b68a845fa 100644 --- a/templates/pages/sso.html +++ b/templates/pages/sso.html @@ -33,7 +33,7 @@ limitations under the License. {{ scope::list(scopes="openid urn:matrix:org.matrix.msc2967.client:api:*") }}

-

Make sure that you trust it.

+

Make sure that you trust it.