From 0b0544c818128db69c3f8447bdbf2383cb212d19 Mon Sep 17 00:00:00 2001 From: DmitrySychugov Date: Wed, 18 Oct 2023 16:34:06 +0500 Subject: [PATCH] Management: fixed bug --- .../categories/spaces/sub-components/RowView/SpacesRoomRow.tsx | 2 +- .../spaces/sub-components/dialogs/CreatePortalDialog/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx index 67e0176546..5f13ce50db 100644 --- a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx +++ b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx @@ -58,7 +58,7 @@ const SpacesRoomRow = ({ item }: TRow) => { onClick: () => window.open(`${protocol}//${item.domain}/`, "_blank"), }, { - label: t("Common:SettingsDocSpace"), + label: t("Common:Settings"), key: "space_settings", icon: CatalogSettingsReactSvgUrl, onClick: () => diff --git a/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx b/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx index a53f14e8a6..ed6d439179 100644 --- a/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx +++ b/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx @@ -118,7 +118,7 @@ const CreatePortalDialog = () => { placeholder={t("EnterName")} className="create-docspace-input" /> -
+