From f57ce608e16ed69f3f6522db5dbf6a1a7c971e65 Mon Sep 17 00:00:00 2001 From: Devon A Thomson Date: Mon, 26 Oct 2020 15:12:09 -0400 Subject: [PATCH] Added call to action to unlink message --- .../application/actions/library_notification_popover.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx b/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx index 8bc81b3296c3d00..aba124f8fd056d5 100644 --- a/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx +++ b/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx @@ -70,9 +70,9 @@ export function LibraryNotificationPopover({

- {i18n.translate('dashboard.panel.libraryNotification.toolTip', { + {i18n.translate('dashboard.panel.libraryNotification.tooltip', { defaultMessage: - 'This panel is linked to a library item. Editing the panel might affect other dashboards.', + 'This panel is linked to a library item. Editing the panel might affect other dashboards. To apply changes to this panel only, unlink it from the library before you edit.', })}