Skip to content

Commit

Permalink
Fix i18n error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Feb 15, 2019
1 parent 1c73449 commit 6c703b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export class EmbeddedVisualizeHandler {
error.type && ['NO_OP_SEARCH_STRATEGY', 'UNSUPPORTED_QUERY'].includes(error.type);

toastNotifications.addDanger({
title: i18n.translate('kbn.visualize.loader.dataLoaderError', {
title: i18n.translate('common.ui.visualize.dataLoaderError', {
defaultMessage: 'Error in visualization',
}),
text: error.message,
Expand Down

0 comments on commit 6c703b6

Please sign in to comment.