We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfda4ba commit bb78a06Copy full SHA for bb78a06
1 file changed
src/plugins/vis_type_vislib/public/vislib/errors.ts
@@ -53,7 +53,7 @@ export class PieContainsAllZeros extends VislibError {
53
export class NoResults extends VislibError {
54
constructor() {
55
super(
56
- i18n.translate('visualizations.noResultsFoundTitle', {
+ i18n.translate('visTypeVislib.vislib.errors.noResultsFoundTitle', {
57
defaultMessage: 'No results found',
58
})
59
);
0 commit comments