diff --git a/src/pages/profile/components/profile-content/consts.js b/src/pages/profile/components/profile-content/consts.js index 0fa1cf7..e49efae 100644 --- a/src/pages/profile/components/profile-content/consts.js +++ b/src/pages/profile/components/profile-content/consts.js @@ -11,7 +11,7 @@ export const LABELS = { OLD_PASSWORD_PLACEHOLDER: 'Введите старый пароль', NEW_PASSWORD_PLACEHOLDER: 'Введите новый пароль', NEW_PASSWORD_REPEAT_PLACEHOLDER: 'Введите новый пароль еще раз', - SUCCESS_CHANGE_PASSWORD: '', + SUCCESS_CHANGE_PASSWORD: 'Пароль изменен', }; export const ERRORS = {