Browse Source

Fixed field description.

Ralfp 12 years ago
parent
commit
bbfab92bb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/apps/usercp/credentials/forms.py

+ 1 - 1
misago/apps/usercp/credentials/forms.py

@@ -17,7 +17,7 @@ class CredentialsChangeForm(Form):
                [
                 ('new_email', {'label': _('New E-mail'), 'help_text': _("Enter new e-mail address or leave this field empty if you want only to change your password.")}),
                 ('new_password', {'label': _('New Password'), 'help_text': _("Enter new password or leave this empty if you only want to change your e-mail address.")}),
-                ('current_password', {'label': _('Current Password'), 'help_text': _("Confirm changes by entering new password.")})
+                ('current_password', {'label': _('Current Password'), 'help_text': _("Confirm changes by entering your current password.")})
                 ]
                ),
               ]