This commit is contained in:
Devon Thomson 2021-01-18 13:47:08 -05:00 committed by GitHub
parent d3ee41d2ba
commit 54d15e6499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', {