diff --git a/app/client/cypress/e2e/Regression/ClientSide/Binding/Promises_1_Spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Binding/Promises_1_Spec.ts index 7e97e10dc9..e988d2ba54 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Binding/Promises_1_Spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/Binding/Promises_1_Spec.ts @@ -172,7 +172,7 @@ return WhatTrumpThinks.run().then((res) => { showAlert("Today's Trump quote for ); agHelper.ValidateToastMessage( "will be executed automatically on page load", - ); //Validating 'Run API on Page Load' is set once api response is mapped + ); //Validating 'Run the API on Page Load' is set once api response is mapped EditorNavigation.SelectEntityByName("Button1", EntityType.Widget); propPane.EnterJSContext( "onClick", diff --git a/app/client/cypress/e2e/Regression/ClientSide/BugTests/Bug14987_spec.js b/app/client/cypress/e2e/Regression/ClientSide/BugTests/Bug14987_spec.js index 1c5addd153..ace0a7d92f 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/BugTests/Bug14987_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/BugTests/Bug14987_spec.js @@ -31,7 +31,7 @@ describe( cy.xpath(queryLocators.querySettingsTab).click(); cy.get(".label-icon-wrapper") - .contains("Run query on page load") + .contains("Run the query on page load") .parent() .then(($el) => { cy.window().then((win) => { @@ -45,7 +45,7 @@ describe( }); cy.get(".label-icon-wrapper") - .contains("Request confirmation before running query") + .contains("Request confirmation before running this query") .parent() .then(($el) => { cy.window().then((win) => { diff --git a/app/client/cypress/locators/OneClickBindingLocator.ts b/app/client/cypress/locators/OneClickBindingLocator.ts index 1d291b4e04..0902374a4d 100644 --- a/app/client/cypress/locators/OneClickBindingLocator.ts +++ b/app/client/cypress/locators/OneClickBindingLocator.ts @@ -1,33 +1,33 @@ export default { - connectData: '[data-testId="t--one-click-binding-connect-data"]', + connectData: '[data-testid="t--one-click-binding-connect-data"]', datasourceDropdownSelector: - "[data-testId='t--one-click-binding-datasource-selector']", + "[data-testid='t--one-click-binding-datasource-selector']", datasourceDropdownOptionSelector: (query: string) => - `[data-testId="t--one-click-binding-datasource-trigger"]:contains(${query})`, + `[data-testid="t--one-click-binding-datasource-trigger"]:contains(${query})`, dropdownOptionSelector: (query: string) => - `[data-testId="t--one-click-binding-datasource-trigger"]:contains(${query})`, + `[data-testid="t--one-click-binding-datasource-trigger"]:contains(${query})`, datasourceQueryBindHeaderSelector: - "[data-testId='t--one-click-binding-datasource-selector--bind-to-query']", + "[data-testid='t--one-click-binding-datasource-selector--bind-to-query']", datasourceGenerateAQuerySelector: - "[data-testId='t--one-click-binding-datasource-selector--generate-a-query']", + "[data-testid='t--one-click-binding-datasource-selector--generate-a-query']", datasourceOtherActionsSelector: - "[data-testId='t--one-click-binding-datasource-selector--other-actions']", + "[data-testid='t--one-click-binding-datasource-selector--other-actions']", datasourceQuerySelector: (query?: string) => - `[data-testId='t--one-click-binding-datasource-selector--query']${ + `[data-testid='t--one-click-binding-datasource-selector--query']${ query ? `:contains(${query})` : "" }`, datasourceSelector: (datasource?: string) => - `[data-testId="t--one-click-binding-datasource-selector--datasource"]${ + `[data-testid="t--one-click-binding-datasource-selector--datasource"]${ datasource ? `:contains(${datasource})` : "" }`, otherActionSelector: (action?: string) => - `[data-testId='t--one-click-binding-datasource-selector--other-action']${ + `[data-testid='t--one-click-binding-datasource-selector--other-action']${ action ? `:contains(${action})` : "" }`, tableOrSpreadsheetDropdown: '[data-testid="t--one-click-binding-table-selector"] .rc-select-selector', tableOrSpreadsheetDropdownOption: (table?: string) => - `//div[@data-testId='t--one-click-binding-table-selector--table']//div[text()='${table}']`, + `//div[@data-testid='t--one-click-binding-table-selector--table']//div[text()='${table}']`, tableOrSpreadsheetSelectedOption: (table?: string) => `[data-testid="t--one-click-binding-table-selector"] .rc-select-selection-item${ table ? `:contains(${table})` : "" @@ -35,24 +35,24 @@ export default { validTableRowData: '.t--widget-tablewidgetv2 [role="rowgroup"] [role="button"]', tableError: (error: string) => - `[data-testId="t--one-click-binding-table-selector--error"]:contains(${error})`, - dateInput: `[data-testId="datepicker-container"] input`, + `[data-testid="t--one-click-binding-table-selector--error"]:contains(${error})`, + dateInput: `[data-testid="datepicker-container"] input`, dayViewFromDate: ".DayPicker-Day", - loadMore: "[data-testId='t--one-click-binding-datasource--load-more']", - datasourceSearch: `[data-testId="t--one-click-binding-datasource--search"]`, + loadMore: "[data-testid='t--one-click-binding-datasource--load-more']", + datasourceSearch: `[data-testid="t--one-click-binding-datasource--search"]`, searchableColumn: - '[data-testId="t--one-click-binding-column-searchableColumn"]', - formType: '[data-testId="t--one-click-binding-column-formType"]', - defaultValues: '[data-testId="t--one-click-binding-column-defaultValues"]', - dataIdentifier: '[data-testId="t--one-click-binding-column-dataIdentifier"]', - label: '[data-testId="t--one-click-binding-column-label"]', - value: '[data-testId="t--one-click-binding-column-value"]', + '[data-testid="t--one-click-binding-column-searchableColumn"]', + formType: '[data-testid="t--one-click-binding-column-formType"]', + defaultValues: '[data-testid="t--one-click-binding-column-defaultValues"]', + dataIdentifier: '[data-testid="t--one-click-binding-column-dataIdentifier"]', + label: '[data-testid="t--one-click-binding-column-label"]', + value: '[data-testid="t--one-click-binding-column-value"]', columnDropdownOption: (column: string, value?: string) => - `[data-testId='t--one-click-binding-column-${column}--column']${ + `[data-testid='t--one-click-binding-column-${column}--column']${ value ? `:contains(${value})` : "" }`, columnSelectedOption: (column: string, value?: string) => - `[data-testId="t--one-click-binding-column-${column}"] .rc-select-selection-item${ + `[data-testid="t--one-click-binding-column-${column}"] .rc-select-selection-item${ value ? `:contains(${value})` : "" }`, columnSelectorModalTrigger: '[data-testid="t--edit-fields-button"]', diff --git a/app/client/cypress/support/Pages/DataSources.ts b/app/client/cypress/support/Pages/DataSources.ts index 4e035fa5db..b56ad7792f 100644 --- a/app/client/cypress/support/Pages/DataSources.ts +++ b/app/client/cypress/support/Pages/DataSources.ts @@ -202,7 +202,7 @@ export class DataSources { _mandatoryMark = "//span[text()='*']"; _deleteDSHostPort = ".t--delete-field"; _dsTabSchema = "[data-testid='t--tab-SCHEMA_TAB']"; - private _pageSelectionMenu = "[data-testId='t--page-selection']"; + private _pageSelectionMenu = "[data-testid='t--page-selection']"; private _pageSelectMenuItem = ".ads-v2-menu__menu-item"; @@ -295,7 +295,7 @@ export class DataSources { _imgFireStoreLogo = "//img[contains(@src, 'firestore.svg')]"; _dsVirtuosoElement = `div .t--schema-virtuoso-container`; private _dsVirtuosoList = `[data-test-id="virtuoso-item-list"]`; - private _dsSchemaContainer = `[data-testId="datasource-schema-container"]`; + private _dsSchemaContainer = `[data-testid="datasource-schema-container"]`; private _dsVirtuosoElementTable = (targetTableName: string) => `${this._dsSchemaEntityItem}[data-testid='t--entity-item-${targetTableName}']`; private _dsPageTabListItem = (buttonText: string) => diff --git a/app/client/cypress/support/Pages/PropertyPane.ts b/app/client/cypress/support/Pages/PropertyPane.ts index 41d5daa99d..5a15ee560a 100644 --- a/app/client/cypress/support/Pages/PropertyPane.ts +++ b/app/client/cypress/support/Pages/PropertyPane.ts @@ -92,7 +92,7 @@ export class PropertyPane { "div.tab-view span:contains('" + type + "')"; _dropdownSelectType = ".t--open-dropdown-Select-type"; - _selectorViewLabel = '[data-testId="selector-view-label"]'; + _selectorViewLabel = '[data-testid="selector-view-label"]'; _textView = ".text-view"; _selectorView = ".selector-view"; _dropdownOptions = diff --git a/app/client/src/IDE/Components/ToolbarSettingsPopover.tsx b/app/client/src/IDE/Components/ToolbarSettingsPopover.tsx index 859839018f..9777ba6093 100644 --- a/app/client/src/IDE/Components/ToolbarSettingsPopover.tsx +++ b/app/client/src/IDE/Components/ToolbarSettingsPopover.tsx @@ -43,7 +43,7 @@ export const ToolbarSettingsPopover = (props: Props) => { = ({
{children} diff --git a/app/client/src/PluginActionEditor/components/PluginActionForm/components/ActionForm/Section/styles.module.css b/app/client/src/PluginActionEditor/components/PluginActionForm/components/ActionForm/Section/styles.module.css index ac73ba3c3b..8f1d81293b 100644 --- a/app/client/src/PluginActionEditor/components/PluginActionForm/components/ActionForm/Section/styles.module.css +++ b/app/client/src/PluginActionEditor/components/PluginActionForm/components/ActionForm/Section/styles.module.css @@ -6,22 +6,22 @@ max-width: 800px; justify-content: center; - &[data-withoutPadding="true"] { + &[data-withoutpadding="true"] { padding: 0; } /* We do not want padding above the first section */ - &[data-withoutPadding="false"]:first-child { + &[data-withoutpadding="false"]:first-child { padding-bottom: var(--ads-v2-spaces-6); } /* All other sections expect first will have padding top and bottom */ - &[data-withoutPadding="false"]:not(:first-child) { + &[data-withoutpadding="false"]:not(:first-child) { padding-block: var(--ads-v2-spaces-6); } /* We will also render a border below sections expect for the last section */ - &[data-withoutPadding="false"]:not(:last-child) { + &[data-withoutpadding="false"]:not(:last-child) { border-bottom: 1px solid var(--ads-v2-color-border); } diff --git a/app/client/src/PluginActionEditor/components/PluginActionResponse/components/BindDataButton.tsx b/app/client/src/PluginActionEditor/components/PluginActionResponse/components/BindDataButton.tsx index 56271b6f31..76cf88936f 100644 --- a/app/client/src/PluginActionEditor/components/PluginActionResponse/components/BindDataButton.tsx +++ b/app/client/src/PluginActionEditor/components/PluginActionResponse/components/BindDataButton.tsx @@ -385,7 +385,7 @@ function BindDataButton(props: BindDataButtonProps) { { overflow="hidden" > { kind="secondary" onClick={handleLearnMoreClick} > - {createMessage(LEARN_MORE)} + {createMessage(MORE_ON_QUERY_SETTINGS)} )} diff --git a/app/client/src/ce/constants/messages.ts b/app/client/src/ce/constants/messages.ts index 7d06b877e8..50f34544a6 100644 --- a/app/client/src/ce/constants/messages.ts +++ b/app/client/src/ce/constants/messages.ts @@ -645,6 +645,7 @@ export const NO_JS_FUNCTION_TO_RUN = (JSObjectName: string) => `${JSObjectName} has no function`; export const NO_JS_FUNCTION_RETURN_VALUE = (JSFunctionName: string) => `${JSFunctionName} did not return any data. Did you add a return statement?`; +export const MORE_ON_QUERY_SETTINGS = () => "More on query settings"; export const REMOVE_CONFIRM_BEFORE_CALLING_HEADING = () => `Remove 'Confirm before calling' `; @@ -2517,5 +2518,5 @@ export const PREPARED_STATEMENT_WARNING = { export const JS_EDITOR_SETTINGS = { TITLE: () => "Settings", - ON_LOAD_TITLE: () => "Choose functions to run on page load", + ON_LOAD_TITLE: () => "Choose the functions to run on page load", }; diff --git a/app/client/src/components/editorComponents/PartialImportExport/PartialExportModal/unitTestUtils.ts b/app/client/src/components/editorComponents/PartialImportExport/PartialExportModal/unitTestUtils.ts index 5fde2d76c5..05b046f51f 100644 --- a/app/client/src/components/editorComponents/PartialImportExport/PartialExportModal/unitTestUtils.ts +++ b/app/client/src/components/editorComponents/PartialImportExport/PartialExportModal/unitTestUtils.ts @@ -10038,12 +10038,12 @@ export const defaultAppState = { id: 1, children: [ { - label: "Run query on page load", + label: "Run the query on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running query", + label: "Request confirmation before running this query", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -10074,12 +10074,12 @@ export const defaultAppState = { id: 1, children: [ { - label: "Run query on page load", + label: "Run the query on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running query", + label: "Request confirmation before running this query", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -10110,12 +10110,12 @@ export const defaultAppState = { id: 1, children: [ { - label: "Run API on page load", + label: "Run the API on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running API", + label: "Request confirmation before running this API", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -10176,12 +10176,12 @@ export const defaultAppState = { id: 1, children: [ { - label: "Run API on page load", + label: "Run the API on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running API", + label: "Request confirmation before running this API", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: diff --git a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/DropdownOption.tsx b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/DropdownOption.tsx index 740af870f6..bbc1833d6a 100644 --- a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/DropdownOption.tsx +++ b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/DropdownOption.tsx @@ -59,7 +59,7 @@ export function LoadMoreOptions(props: LoadmoreProps) { return (
{ e?.stopPropagation(); }} diff --git a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/index.tsx b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/index.tsx index 5d4e95b9a3..ced58132ec 100644 --- a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/index.tsx +++ b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/DatasourceDropdown/index.tsx @@ -100,7 +100,7 @@ function DatasourceDropdown() { const onChange = useCallback((value: string) => setSearchText(value), []); return ( - + { setOpen(open); @@ -110,7 +110,7 @@ function DatasourceDropdown() { > @@ -131,7 +131,7 @@ function DatasourceDropdown() { {!!connectToOptions.length && ( - + {constants?.connectToText} )} @@ -156,7 +156,7 @@ function DatasourceDropdown() { .map((option) => { return ( { option?.onSelect(option?.value, option); @@ -202,7 +202,7 @@ function DatasourceDropdown() { .map((option) => { return ( { option?.onSelect?.(option.value || "", option); @@ -248,7 +248,7 @@ function DatasourceDropdown() { {otherOptions.map((option: DropdownOptionType) => { return ( { option.onSelect?.(option.value || "", option); diff --git a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/TableOrSpreadsheetDropdown/index.tsx b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/TableOrSpreadsheetDropdown/index.tsx index ad169cdb28..801e23a135 100644 --- a/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/TableOrSpreadsheetDropdown/index.tsx +++ b/app/client/src/components/editorComponents/WidgetQueryGeneratorForm/CommonControls/TableOrSpreadsheetDropdown/index.tsx @@ -58,7 +58,7 @@ function TableOrSpreadsheetDropdown() { {options.map((option) => { return ( diff --git a/app/client/src/pages/Editor/DatasourceInfo/DatasourceViewModeSchema.tsx b/app/client/src/pages/Editor/DatasourceInfo/DatasourceViewModeSchema.tsx index 9685a2d263..6464e0a526 100644 --- a/app/client/src/pages/Editor/DatasourceInfo/DatasourceViewModeSchema.tsx +++ b/app/client/src/pages/Editor/DatasourceInfo/DatasourceViewModeSchema.tsx @@ -246,7 +246,7 @@ const DatasourceViewModeSchema = (props: Props) => { return ( - + {props.datasource && ( - + {datasource && ( + {loaderMsg} diff --git a/app/client/src/pages/common/SearchBar/ApplicationSearchItem.tsx b/app/client/src/pages/common/SearchBar/ApplicationSearchItem.tsx index 2a7d6e9685..5db5e6dbb3 100644 --- a/app/client/src/pages/common/SearchBar/ApplicationSearchItem.tsx +++ b/app/client/src/pages/common/SearchBar/ApplicationSearchItem.tsx @@ -36,7 +36,7 @@ const ApplicationSearchItem = (props: Props) => { {applicationsList.map((application: ApplicationPayload) => ( navigateToApplication(application.id)} > diff --git a/app/client/src/pages/common/SearchBar/WorkspaceSearchItems.tsx b/app/client/src/pages/common/SearchBar/WorkspaceSearchItems.tsx index a5444198d8..74eeee3dd2 100644 --- a/app/client/src/pages/common/SearchBar/WorkspaceSearchItems.tsx +++ b/app/client/src/pages/common/SearchBar/WorkspaceSearchItems.tsx @@ -33,7 +33,7 @@ const WorkspaceSearchItems = (props: Props) => { {workspacesList.map((workspace: Workspace) => ( { setIsDropdownOpen(false); diff --git a/app/client/test/factories/MockPluginsState.ts b/app/client/test/factories/MockPluginsState.ts index b1599afee4..dbebc0ad9f 100644 --- a/app/client/test/factories/MockPluginsState.ts +++ b/app/client/test/factories/MockPluginsState.ts @@ -6952,12 +6952,12 @@ export default { id: 1, children: [ { - label: "Run API on page load", + label: "Run the API on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running API", + label: "Request confirmation before running this API", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -7018,12 +7018,12 @@ export default { id: 1, children: [ { - label: "Run API on page load", + label: "Run the API on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running API", + label: "Request confirmation before running this API", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -7084,12 +7084,12 @@ export default { id: 1, children: [ { - label: "Run query on page load", + label: "Run the query on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running query", + label: "Request confirmation before running this query", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: @@ -7113,12 +7113,12 @@ export default { id: 1, children: [ { - label: "Run query on page load", + label: "Run the query on page load", configProperty: "executeOnLoad", controlType: "SWITCH", }, { - label: "Request confirmation before running query", + label: "Request confirmation before running this query", configProperty: "confirmBeforeExecute", controlType: "SWITCH", tooltipText: diff --git a/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/setting.json b/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/setting.json index 9cddff59a0..cb5ad8bfc2 100644 --- a/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/amazons3Plugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/anthropicPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/anthropicPlugin/src/main/resources/setting.json index db78a4aeb6..f24806929a 100644 --- a/app/server/appsmith-plugins/anthropicPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/anthropicPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/appsmithAiPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/appsmithAiPlugin/src/main/resources/setting.json index db78a4aeb6..f24806929a 100644 --- a/app/server/appsmith-plugins/appsmithAiPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/appsmithAiPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/firestorePlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/firestorePlugin/src/main/resources/setting.json index f91ad47ff7..10edd64684 100644 --- a/app/server/appsmith-plugins/firestorePlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/firestorePlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/googleAiPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/googleAiPlugin/src/main/resources/setting.json index db78a4aeb6..f24806929a 100644 --- a/app/server/appsmith-plugins/googleAiPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/googleAiPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/setting.json index a6894cc1a0..ac19bcf35b 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json index 914aa0aab2..7c673d6df3 100644 --- a/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/mongoPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json index 1fbe3596d1..3796dc7c50 100644 --- a/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/mssqlPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json index 1fbe3596d1..3796dc7c50 100644 --- a/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/mysqlPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json index db78a4aeb6..f24806929a 100644 --- a/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/openAiPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json index 1f53c2a196..e75716975b 100755 --- a/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/oraclePlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data" diff --git a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json index 1fbe3596d1..3796dc7c50 100644 --- a/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json +++ b/app/server/appsmith-plugins/postgresPlugin/src/main/resources/setting.json @@ -5,12 +5,12 @@ "id": 1, "children": [ { - "label": "Run query on page load", + "label": "Run the query on page load", "configProperty": "executeOnLoad", "controlType": "SWITCH" }, { - "label": "Request confirmation before running query", + "label": "Request confirmation before running this query", "configProperty": "confirmBeforeExecute", "controlType": "SWITCH", "tooltipText": "Ask confirmation from the user each time before refreshing data"