Skip to content

Commit

Permalink
Adapt field editor help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Nov 16, 2020
1 parent eb273cd commit a5790f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export class FieldEditor extends PureComponent<FieldEdiorProps, FieldEditorState
helpText={
<FormattedMessage
id="indexPatternManagement.customNameHelpText"
defaultMessage="Set a custom name to use when this field is displayed in Discover and Lens. Queries and filters don't currently support a custom name and will use the original field name."
defaultMessage="Set a custom name to use when this field is displayed in Discover and Visualize. Queries and filters don't currently support a custom name and will use the original field name."
/>
}
>
Expand Down

0 comments on commit a5790f9

Please sign in to comment.