Skip to content

Commit

Permalink
Revert "[7.17] defaultIndex setting description fix - its really a da…
Browse files Browse the repository at this point in the history
…ta view! (#147730) (#148022)"

This reverts commit 411ddb9.
  • Loading branch information
mattkime authored Dec 22, 2022
1 parent 411ddb9 commit 79f4329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/data/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ export function getUiSettings(): Record<string, UiSettingsParams<unknown>> {
},
defaultIndex: {
name: i18n.translate('data.advancedSettings.defaultIndexTitle', {
defaultMessage: 'Default data view',
defaultMessage: 'Default index',
}),
value: null,
type: 'string',
description: i18n.translate('data.advancedSettings.defaultIndexText', {
defaultMessage: 'Used by discover and visualizations when a data view is not set.',
defaultMessage: 'The index to access if no index is set',
}),
schema: schema.nullable(schema.string()),
},
Expand Down

0 comments on commit 79f4329

Please sign in to comment.