Skip to content

Commit

Permalink
Update ui_settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Oct 2, 2020
1 parent df08d57 commit 445f050
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/discover/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,12 @@ export const uiSettings: Record<string, UiSettingsParams> = {
},
[MODIFY_COLUMNS_ON_SWITCH]: {
name: i18n.translate('discover.advancedSettings.discover.modifyColumnsOnSwitchTitle', {
defaultMessage: 'Modify columns when index pattern is switched',
defaultMessage: 'Modify columns when changing index patterns',
}),
value: true,
description: i18n.translate('discover.advancedSettings.discover.modifyColumnsOnSwitchText', {
defaultMessage:
'When switching index patterns, selected columns, that are not available in the ' +
'next index pattern, are removed.',
'Remove columns that not available in the new index pattern.'
}),
category: ['discover'],
schema: schema.boolean(),
Expand Down

0 comments on commit 445f050

Please sign in to comment.