From e8d1adae9872255e4e8add9ac28c8f725a3fadaa Mon Sep 17 00:00:00 2001 From: vigdorov Date: Fri, 11 Sep 2020 00:09:30 +0300 Subject: [PATCH] HOT-FIX. Add succes message from change password --- src/pages/profile/components/profile-content/consts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {