From d5b328dcbb52fa1018013feb7df1b2b1335b9e5c Mon Sep 17 00:00:00 2001 From: fbormann Date: Mon, 31 Oct 2016 22:21:24 -0300 Subject: [PATCH] fixed english on view profile page --- users/templates/users/profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index ed9c07f..33395bd 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -101,7 +101,7 @@ {{user.cpf}} {% else %} - {% trans "doesn't posssess CPF" %} + {% trans "doesn't possess CPF" %} {% endif %} @@ -110,7 +110,7 @@ {% if user.phone %} {{user.phone}} {% else %} - {% trans "doesn't posssess Phone" %} + {% trans "doesn't possess Phone" %} {% endif %} -- libgit2 0.21.2