From a3ed927b4823d925aa3a87fb131e8953bd077503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Tue, 21 Jan 2025 13:16:30 +0100 Subject: [PATCH] fix(profile): improve 2fa strings in admin profile --- weblate/templates/accounts/user.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weblate/templates/accounts/user.html b/weblate/templates/accounts/user.html index 9dd3b72558c1..3d6eacf44612 100755 --- a/weblate/templates/accounts/user.html +++ b/weblate/templates/accounts/user.html @@ -392,16 +392,16 @@

{% if page_user.profile.has_2fa %} - {% trans "User has two-factor authentication configured." %} + {% trans "The user has two-factor authentication." %} {% else %} - {% trans "User doesn't have two-factor authentication configured." %} + {% trans "The user doesn't have two-factor authentication." %} {% endif %}
{% if page_user.profile.has_2fa %} {% endif %}