diff --git a/frontend/src/Editor/QueryManager/Components/DataSourcePicker.jsx b/frontend/src/Editor/QueryManager/Components/DataSourcePicker.jsx index e7280e2659..fc62d72121 100644 --- a/frontend/src/Editor/QueryManager/Components/DataSourcePicker.jsx +++ b/frontend/src/Editor/QueryManager/Components/DataSourcePicker.jsx @@ -48,10 +48,10 @@ function DataSourcePicker({ dataSources, staticDataSources, darkMode, globalData return ( <>

- Connect to a datasource + Connect to a data source

- Select a datasource to start creating a new query. To know more about queries in ToolJet, you can read our + Select a data source to start creating a new query. To know more about queries in ToolJet, you can read our   documentation @@ -81,7 +81,7 @@ function DataSourcePicker({ dataSources, staticDataSources, darkMode, globalData

(
-
- No global datasources have been added yet.
- Add new datasources to connect to your app! 🚀 -
+
No global data sources have been added yet.
); diff --git a/frontend/src/Editor/QueryManager/Components/DataSourceSelect.jsx b/frontend/src/Editor/QueryManager/Components/DataSourceSelect.jsx index bc707d5ff9..c6eeb2d014 100644 --- a/frontend/src/Editor/QueryManager/Components/DataSourceSelect.jsx +++ b/frontend/src/Editor/QueryManager/Components/DataSourceSelect.jsx @@ -53,7 +53,7 @@ function DataSourceSelect({ darkMode, isDisabled, selectRef, closePopup }) {
{index === 0 && (
- Global datasources + Global data sources
)} @@ -245,7 +245,7 @@ const MenuList = ({ children, getStyles, innerRef, ...props }) => { {admin && (
- + Add new datasource + + Add new data source
)} diff --git a/frontend/src/Editor/QueryPanel/FilterandSortPopup.jsx b/frontend/src/Editor/QueryPanel/FilterandSortPopup.jsx index c13c7558b1..bc98851d6a 100644 --- a/frontend/src/Editor/QueryPanel/FilterandSortPopup.jsx +++ b/frontend/src/Editor/QueryPanel/FilterandSortPopup.jsx @@ -255,7 +255,7 @@ const DataSourceSelector = ({
setSearch(e.target.value)} ref={searchBoxRef} value={search}