Skip to content

Commit

Permalink
fix snapshot and eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Aug 6, 2021
1 parent ae0d1de commit da62c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -13,7 +13,7 @@ export const geti18nTexts = () => {
noTimestampOptionText: i18n.translate(
'indexPatternEditor.createIndexPattern.stepTime.noTimeFieldsLabel',
{
defaultMessage: "No matching data stream, index, or alias has a timestamp field.",
defaultMessage: 'No matching data stream, index, or alias has a timestamp field.',
}
),
timestampFieldHelp: i18n.translate('indexPatternEditor.editor.form.timeFieldHelp', {
Expand Down

0 comments on commit da62c85

Please sign in to comment.