Commit de0b54458730c3a15e95487768639ba6c3881bc3

Authored by Marcio Mazza
Committed by Sergio Oliveira
1 parent e72c04a7

Fix english grammar mistake

src/accounts/templates/accounts/user_update_form.html
@@ -190,7 +190,7 @@ $(function() { @@ -190,7 +190,7 @@ $(function() {
190 </div> 190 </div>
191 <div class="panel-body"> 191 <div class="panel-body">
192 <div class="form-group"> 192 <div class="form-group">
193 - {% trans "This feature is available only for who needs to change the password for some reason as having an old user with the same username, forgot your password to commit, usage of other XMPP Client for connection. Usually, you won't need to change this password. Only change it if you are sure about what you are doing." %} 193 + {% trans "This feature is available only for those who need to change the password for some reason as having an old user with the same username, forgot your password to commit, usage of other XMPP Client for connection. Usually, you won't need to change this password. Only change it if you are sure about what you are doing." %}
194 </div> 194 </div>
195 <a href="{% url 'change_password' %}" class="btn btn-default pull-right"><span class="icon-warning-sign"></span> {% trans "Change Password" %}</a> 195 <a href="{% url 'change_password' %}" class="btn btn-default pull-right"><span class="icon-warning-sign"></span> {% trans "Change Password" %}</a>
196 </div> 196 </div>
src/locale/pt_BR/LC_MESSAGES/django.po
@@ -284,7 +284,7 @@ msgstr &quot;&quot; @@ -284,7 +284,7 @@ msgstr &quot;&quot;
284 284
285 #: accounts/templates/accounts/user_update_form.html:193 285 #: accounts/templates/accounts/user_update_form.html:193
286 msgid "" 286 msgid ""
287 -"This feature is available only for who needs to change the password for some " 287 +"This feature is available only for those who need to change the password for some "
288 "reason as having an old user with the same username, forgot your password to " 288 "reason as having an old user with the same username, forgot your password to "
289 "commit, usage of other XMPP Client for connection. Usually, you won't need " 289 "commit, usage of other XMPP Client for connection. Usually, you won't need "
290 "to change this password. Only change it if you are sure about what you are " 290 "to change this password. Only change it if you are sure about what you are "