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 %}