Commit d5b328dcbb52fa1018013feb7df1b2b1335b9e5c
1 parent
44e8a20f
Exists in
master
and in
5 other branches
fixed english on view profile page
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
users/templates/users/profile.html
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | <td>{{user.cpf}}</td> |
102 | 102 | |
103 | 103 | {% else %} |
104 | - <td>{% trans "doesn't posssess CPF" %}</td> | |
104 | + <td>{% trans "doesn't possess CPF" %}</td> | |
105 | 105 | {% endif %} |
106 | 106 | |
107 | 107 | </tr> |
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | {% if user.phone %} |
111 | 111 | <td>{{user.phone}}</td> |
112 | 112 | {% else %} |
113 | - <td>{% trans "doesn't posssess Phone" %}</td> | |
113 | + <td>{% trans "doesn't possess Phone" %}</td> | |
114 | 114 | {% endif %} |
115 | 115 | |
116 | 116 | </tr> | ... | ... |