diff --git a/auth/assets/templates/authorized-clients.html.tpl b/auth/assets/templates/authorized-clients.html.tpl index 873dfd7aa..15c55a579 100644 --- a/auth/assets/templates/authorized-clients.html.tpl +++ b/auth/assets/templates/authorized-clients.html.tpl @@ -14,7 +14,7 @@
- {{ tr "mfa.paragraph-1" }} + {{ tr "mfa.template.email.confirmed" }}
{{ end }} @@ -63,7 +63,7 @@ method="POST" action="{{ links.Mfa }}" > -- {{ tr "mfa.paragraph-2" }} + {{ tr "mfa.template.totp.confirmed" }}
{{ end }} diff --git a/auth/assets/templates/oauth2-authorize-client.html.tpl b/auth/assets/templates/oauth2-authorize-client.html.tpl index f7bdbdd15..6bad6019c 100644 --- a/auth/assets/templates/oauth2-authorize-client.html.tpl +++ b/auth/assets/templates/oauth2-authorize-client.html.tpl @@ -3,11 +3,11 @@