diff --git a/packages/client/public/locales/en/Notifications.json b/packages/client/public/locales/en/Notifications.json index ac396d979d..ed28f968c5 100644 --- a/packages/client/public/locales/en/Notifications.json +++ b/packages/client/public/locales/en/Notifications.json @@ -3,6 +3,7 @@ "Badges": "Badges", "DailyFeed": "Daily DocSpace feed", "DailyFeedDescription": "Read news and events from your DocSpace in a daily digest", + "ManageNotifications": "Manage", "Notifications": "Notifications", "RoomsActions": "Actions with files in Rooms", "RoomsActivity": "Rooms activity", diff --git a/packages/client/public/locales/en/Profile.json b/packages/client/public/locales/en/Profile.json index 062430fb3d..a0f2d16f3a 100644 --- a/packages/client/public/locales/en/Profile.json +++ b/packages/client/public/locales/en/Profile.json @@ -16,7 +16,6 @@ "LogoutBtn": "Log out", "LogoutDescription": "Note. All active connections except this connection will be logged out, as it is currently in use.", "LogoutFrom": "Log out from {{platform}} {{browser}} ?", - "ManageNotifications": "Manage", "MessageEmailActivationInstuctionsSentOnEmail": "The email activation instructions have been sent to the {{ email }} email address", "MyProfile": "My profile", "PhoneLbl": "Phone", diff --git a/packages/client/public/locales/ru/Notifications.json b/packages/client/public/locales/ru/Notifications.json index 1ae93abf6d..14355c3f91 100644 --- a/packages/client/public/locales/ru/Notifications.json +++ b/packages/client/public/locales/ru/Notifications.json @@ -3,6 +3,7 @@ "Badges": "Бейджи", "DailyFeed": "Ежедневная лента DocSpace", "DailyFeedDescription": "Читайте новости и события из вашего DocSpace в ежедневной ленте", + "ManageNotifications": "Управление", "Notifications": "Уведомления", "RoomsActions": "Действия с файлами в комнатах", "RoomsActivity": "Активность в комнатах", diff --git a/packages/client/public/locales/ru/Profile.json b/packages/client/public/locales/ru/Profile.json index 55449b5d05..a31e42e9c9 100644 --- a/packages/client/public/locales/ru/Profile.json +++ b/packages/client/public/locales/ru/Profile.json @@ -16,7 +16,6 @@ "LogoutBtn": "Выйти", "LogoutDescription": "Внимание. Все активные подключения, кроме этого подключения, будут отключены, так как оно используется в данный момент.", "LogoutFrom": "Выйти из {{platform}} {{browser}} ?", - "ManageNotifications": "Управление", "MessageEmailActivationInstuctionsSentOnEmail": "Инструкция по активации почты пользователя была отправлена по адресу {{ email }}", "MyProfile": "Мой профайл", "PhoneLbl": "Основной телефон", diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/subscription/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/subscription/index.js index a1d2c373c2..bac3ac6616 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/subscription/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/subscription/index.js @@ -9,7 +9,7 @@ import { StyledWrapper } from "./styled-subscriptions"; import config from "PACKAGE_FILE"; import { combineUrl } from "@docspace/common/utils"; const Subscription = (props) => { - const { t } = useTranslation(["Profile", "Common"]); + const { t } = useTranslation(["Notifications", "Common"]); const { history } = props; const onButtonClick = () => {