Ralfp 12 лет назад
Родитель
Сommit
bbfab92bb7
1 измененных файлов с 1 добавлено и 1 удалено
  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.")})
                 ]
                ),
               ]