Skip to content

Commit

Permalink
Wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Oct 14, 2021
1 parent 31a4861 commit d7f0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/discover/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getUiSettings: () => Record<string, UiSettingsParams> = () => ({
value: [],
description: i18n.translate('discover.advancedSettings.defaultColumnsText', {
defaultMessage:
'Columns displayed by default in the Discover app. If empty, `Document` column will be displayed.',
'Columns displayed by default in the Discover app. If empty, a summary of the document will be displayed.',
}),
category: ['discover'],
schema: schema.arrayOf(schema.string()),
Expand Down

0 comments on commit d7f0d60

Please sign in to comment.