Skip to content

Commit ed56201

Browse files
authored
[Workspace] Update the description of datasource when creating a workspace (#10889)
* Update the description of datasource when creating a workspace Signed-off-by: yubonluo <[email protected]> * update Signed-off-by: yubonluo <[email protected]> --------- Signed-off-by: yubonluo <[email protected]>
1 parent deda7c0 commit ed56201

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/plugins/workspace/public/components/workspace_creator/workspace_creator_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const WorkspaceCreatorForm = (props: WorkspaceCreatorFormProps) => {
103103
<EuiText size="xs">
104104
{i18n.translate('workspace.creator.form.associateDataSourceDescription', {
105105
defaultMessage:
106-
'Add at least one data source that will be available in the workspace. If a selected data source has related Direct Query data sources, they will also be available in the workspace.',
106+
'Optionally select data sources to include in this workspace. Any Direct Query data sources linked to your selections will be automatically included.',
107107
})}
108108
</EuiText>
109109
<SelectDataSourcePanel

src/plugins/workspace/public/components/workspace_form/select_data_source_panel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ export const SelectDataSourcePanel = ({
134134
body={
135135
<EuiText size="s">
136136
{i18n.translate('workspace.forms.selectDataSourcePanel.emptyTableDescription', {
137-
defaultMessage: 'At least one data source is required to create a workspace.',
137+
defaultMessage:
138+
'Data sources can be added now or later after the workspace is created',
138139
})}
139140
</EuiText>
140141
}

0 commit comments

Comments
 (0)