Skip to content

Commit

Permalink
fix i18n key with 'visTypeVislib' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed Aug 10, 2020
1 parent dfda4ba commit bb78a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_vislib/public/vislib/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class PieContainsAllZeros extends VislibError {
export class NoResults extends VislibError {
constructor() {
super(
i18n.translate('visualizations.noResultsFoundTitle', {
i18n.translate('visTypeVislib.vislib.errors.noResultsFoundTitle', {
defaultMessage: 'No results found',
})
);
Expand Down

0 comments on commit bb78a06

Please sign in to comment.