Skip to content

Commit

Permalink
fix copy (#88481) (#88495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson authored Jan 18, 2021
1 parent d3ee41d commit 54d15e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/public/dashboard_strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const dashboardFeatureCatalog = {
export const dashboardAddToLibraryAction = {
getDisplayName: () =>
i18n.translate('dashboard.panel.AddToLibrary', {
defaultMessage: 'Add to library',
defaultMessage: 'Save to library',
}),
getSuccessMessage: (panelTitle: string) =>
i18n.translate('dashboard.panel.addToLibrary.successMessage', {
Expand Down

0 comments on commit 54d15e6

Please sign in to comment.