From 02cd3133fa62bd00310c05ad588b090276208951 Mon Sep 17 00:00:00 2001 From: Elyor Djalilov Date: Wed, 5 Jun 2024 18:33:12 +0500 Subject: [PATCH] fixed translates --- .../src/pages/PortalSettings/Layout/Section/Header/index.js | 2 +- .../src/pages/PortalSettings/categories/security/index.js | 2 +- public/locales/ru/Common.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js index 095f7eb01b..402888ad79 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js @@ -434,7 +434,7 @@ const SectionHeaderContent = (props) => { iconUrl: LogoutReactSvgUrl, }, { - id: "Disable", + id: "disable", key: "Disable", label: t("Common:DisableUserButton"), onClick: onClickDisable, diff --git a/packages/client/src/pages/PortalSettings/categories/security/index.js b/packages/client/src/pages/PortalSettings/categories/security/index.js index a355bb4365..2d3d87d4e0 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/index.js +++ b/packages/client/src/pages/PortalSettings/categories/security/index.js @@ -67,7 +67,7 @@ const SecurityWrapper = (props) => { }, { id: "sessions", - name: t("Sessions"), + name: t("Common:Sessions"), content: , }, ]; diff --git a/public/locales/ru/Common.json b/public/locales/ru/Common.json index ffcd11e19b..8a0ed3cca2 100644 --- a/public/locales/ru/Common.json +++ b/public/locales/ru/Common.json @@ -359,6 +359,7 @@ "SendRequest": "Отправить запрос", "SetDiskSpaceQuota": "Установите квоту хранилища, чтобы определить максимальное дисковое пространство для этого DocSpace.", "SetQuotaStorageLimit": "Установите квоту, чтобы определить лимит хранилища.", + "Sessions": "Сессии", "Settings": "Настройки", "SettingsGeneral": "Общие", "SettingsPersonal": "Персональные",