Изменен текс alert-окна при ошибке смены текущего пароля пользователя. Стало: Неверно указан текущий пароль.
parent
9ffa043dc4
commit
68672327af
|
|
@ -127,9 +127,8 @@ class ChangePasswordModalWindow(ModalWindowComponent):
|
|||
self.alert.check_alert_absence(' Пароль успешно изменён ')
|
||||
is_changed = True
|
||||
elif alert_type == "error":
|
||||
# to do: fix message after translation
|
||||
self.alert.check_alert_presence(' Old password not equal ')
|
||||
self.alert.check_alert_absence(' Old password not equal ')
|
||||
self.alert.check_alert_presence(' Неверно указан текущий пароль ')
|
||||
self.alert.check_alert_absence(' Неверно указан текущий пароль ')
|
||||
|
||||
error = "Old password is not equal real password"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue