Commit d5b328dcbb52fa1018013feb7df1b2b1335b9e5c

Authored by fbormann
1 parent 44e8a20f

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,7 +101,7 @@
101 <td>{{user.cpf}}</td> 101 <td>{{user.cpf}}</td>
102 102
103 {% else %} 103 {% else %}
104 - <td>{% trans "doesn't posssess CPF" %}</td> 104 + <td>{% trans "doesn't possess CPF" %}</td>
105 {% endif %} 105 {% endif %}
106 106
107 </tr> 107 </tr>
@@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
110 {% if user.phone %} 110 {% if user.phone %}
111 <td>{{user.phone}}</td> 111 <td>{{user.phone}}</td>
112 {% else %} 112 {% else %}
113 - <td>{% trans "doesn't posssess Phone" %}</td> 113 + <td>{% trans "doesn't possess Phone" %}</td>
114 {% endif %} 114 {% endif %}
115 115
116 </tr> 116 </tr>