Skip to content

Commit

Permalink
Fix label namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Oct 7, 2020
1 parent 4cf1c75 commit a232fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class AttributeService<
return { ...originalInput } as RefType;
} catch (error) {
this.toasts.addDanger({
title: i18n.translate('dashboard.attributeService.saveToLibraryError', {
title: i18n.translate('embeddableApi.attributeService.saveToLibraryError', {
defaultMessage: `Panel was not saved to the library. Error: {errorMessage}`,
values: {
errorMessage: error.message,
Expand Down

0 comments on commit a232fdf

Please sign in to comment.