diff --git a/templates/login/webauthn_input.html b/templates/login/webauthn_input.html index 6fb1407..30f2089 100644 --- a/templates/login/webauthn_input.html +++ b/templates/login/webauthn_input.html @@ -4,7 +4,7 @@

-

Please insert now on of your registered security key, and accept authentication request.

+

Please insert now one of your registered security key, and accept authentication request.

diff --git a/templates/settings/edit_user.html b/templates/settings/edit_user.html index 094916b..91fcd9e 100644 --- a/templates/settings/edit_user.html +++ b/templates/settings/edit_user.html @@ -80,7 +80,8 @@ - {{ f.name }} ({{ f.type_str() }}) + {{ f.name }} (Factor icon + {{ f.type_str() }})
{% endfor %} diff --git a/templates/settings/two_factors_page.html b/templates/settings/two_factors_page.html index 8bfa371..0c9732b 100644 --- a/templates/settings/two_factors_page.html +++ b/templates/settings/two_factors_page.html @@ -26,7 +26,7 @@ {% for f in user.two_factor %} - {{ f.type_str() }} + Factor icon{{ f.type_str() }} {{ f.name }} Delete