From 89844023f9a47de03873780b1a6f64bd07e6fcbd Mon Sep 17 00:00:00 2001 From: stepinfwd Date: Wed, 3 May 2023 12:08:41 +0530 Subject: [PATCH] fix :: change database labels in ui sidebar and header --- frontend/src/_ui/Header/index.jsx | 2 +- frontend/src/_ui/Layout/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/_ui/Header/index.jsx b/frontend/src/_ui/Header/index.jsx index e31bfb0437..bf3020289a 100644 --- a/frontend/src/_ui/Header/index.jsx +++ b/frontend/src/_ui/Header/index.jsx @@ -12,7 +12,7 @@ function Header() { case 'workspaceId': return 'Applications'; case 'database': - return 'Tables'; + return 'Database'; case 'workspace-settings': return 'Workspace settings'; case 'global-datasources': diff --git a/frontend/src/_ui/Layout/index.jsx b/frontend/src/_ui/Layout/index.jsx index 4e1325d638..976c27ecbc 100644 --- a/frontend/src/_ui/Layout/index.jsx +++ b/frontend/src/_ui/Layout/index.jsx @@ -53,7 +53,7 @@ function Layout({ children, switchDarkMode, darkMode }) { {window.public_config?.ENABLE_TOOLJET_DB == 'true' && admin && (
  • - +