From 89ad43113ddc50b4019ec5e3452db26e9aba7c1d Mon Sep 17 00:00:00 2001 From: Mia Arh Date: Tue, 4 May 2021 09:22:31 +0200 Subject: [PATCH] Replace card header title tags - accessibility improvement --- auth/assets/templates/authorized-clients.html.tpl | 2 +- auth/assets/templates/change-password.html.tpl | 2 +- auth/assets/templates/error-internal.html.tpl | 2 +- auth/assets/templates/inc_nav.html.tpl | 2 +- auth/assets/templates/login.html.tpl | 2 +- auth/assets/templates/mfa-totp-disable.html.tpl | 2 +- auth/assets/templates/mfa-totp.html.tpl | 2 +- auth/assets/templates/mfa.html.tpl | 2 +- auth/assets/templates/oauth2-authorize-client.html.tpl | 2 +- auth/assets/templates/password-reset-requested.html.tpl | 2 +- auth/assets/templates/pending-email-confirmation.html.tpl | 2 +- auth/assets/templates/profile.html.tpl | 2 +- auth/assets/templates/request-password-reset.html.tpl | 2 +- auth/assets/templates/reset-password.html.tpl | 2 +- auth/assets/templates/security.html.tpl | 2 +- auth/assets/templates/signup.html.tpl | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/auth/assets/templates/authorized-clients.html.tpl b/auth/assets/templates/authorized-clients.html.tpl index f63c3a003..6c538da95 100644 --- a/auth/assets/templates/authorized-clients.html.tpl +++ b/auth/assets/templates/authorized-clients.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" set . "activeNav" "clients" }}
-

Authorized clients

+

Authorized clients

-

Change your password

+

Change your password

-

Internal error

+

Internal error

diff --git a/auth/assets/templates/inc_nav.html.tpl b/auth/assets/templates/inc_nav.html.tpl index 3b6f63b47..28c1d2053 100644 --- a/auth/assets/templates/inc_nav.html.tpl +++ b/auth/assets/templates/inc_nav.html.tpl @@ -1,7 +1,7 @@
diff --git a/auth/assets/templates/login.html.tpl b/auth/assets/templates/login.html.tpl index 77ddb8c56..f8498ebd2 100644 --- a/auth/assets/templates/login.html.tpl +++ b/auth/assets/templates/login.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" . }}
-

Log in

+

Log in

{{ if .settings.LocalEnabled }} -

Disable two-factor authentication with TOTP

+

Disable two-factor authentication with TOTP

-

Configure two-factor authentication with TOTP

+

Configure two-factor authentication with TOTP

{{ if .enforced }}

diff --git a/auth/assets/templates/mfa.html.tpl b/auth/assets/templates/mfa.html.tpl index 71b4b7bf6..0d7afe7e1 100644 --- a/auth/assets/templates/mfa.html.tpl +++ b/auth/assets/templates/mfa.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" set . "hideNav" true }}

-

Multi-factor authentication

+

Multi-factor authentication

{{ if .emailOtpPending }} {{ end }} -

Authorize "{{ coalesce .client.Name }}"

+

Authorize "{{ coalesce .client.Name }}"

-

Password reset requested

+

Password reset requested

diff --git a/auth/assets/templates/pending-email-confirmation.html.tpl b/auth/assets/templates/pending-email-confirmation.html.tpl index 68895d647..4ee2853f1 100644 --- a/auth/assets/templates/pending-email-confirmation.html.tpl +++ b/auth/assets/templates/pending-email-confirmation.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" . }}
-

Confirm your email

+

Confirm your email

diff --git a/auth/assets/templates/profile.html.tpl b/auth/assets/templates/profile.html.tpl index bf5fe8c3b..74116426d 100644 --- a/auth/assets/templates/profile.html.tpl +++ b/auth/assets/templates/profile.html.tpl @@ -1,6 +1,6 @@ {{ template "inc_header.html.tpl" set . "activeNav" "profile" }}
-

Your profile

+

Your profile

-

Request password reset link

+

Request password reset link

-

Reset your password

+

Reset your password

-

Security

+

Security

-

Sign up

+

Sign up