From a8b5e7f61d246a954ca4d3aad36a35e43633bbde Mon Sep 17 00:00:00 2001 From: ix <0x00fi@protonmail.com> Date: Fri, 22 Oct 2021 16:09:05 +0200 Subject: [PATCH] fix template profile --- src/accounts/templates/accounts/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index 44fd9d2..c0609b4 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -60,7 +60,7 @@ {% else %} -

{% trans "It's seem this user have never solved any CTF yet..." %}

+

{% trans "It seems that this user has not solved any challenge yet..." %}

{% endif %}