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 369e077
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 369e077

Please sign in to comment.