Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jun 11, 2020
1 parent da13172 commit d8e3cec
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export const InnerIndexPatternDataPanel = function InnerIndexPatternDataPanel({
defaultMessage: 'No fields match the current filters.',
})
: paginatedEmptyFields
? i18n.translate('xpack.lens.indexPatterns.noFieldsLabel', {
? i18n.translate('xpack.lens.indexPatterns.noDataLabel', {
defaultMessage: `Looks like you don't have any fields with data`,
})
: i18n.translate('xpack.lens.indexPatterns.noFieldsLabel', {
Expand Down
Loading

0 comments on commit d8e3cec

Please sign in to comment.