From 8a5dd0e2aec6f1aa7533a32ea67fd0e31378e13b Mon Sep 17 00:00:00 2001 From: Devon A Thomson Date: Mon, 26 Oct 2020 15:12:09 -0400 Subject: [PATCH 1/2] Added call to action to unlink message --- .../public/application/actions/library_notification_popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8bc81b3296c3d..db9c22d98c9c0 100644 --- a/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx +++ b/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx @@ -72,7 +72,7 @@ export function LibraryNotificationPopover({

{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.', })}

From 86eaaf726a064f90884738f6a3ab647be60f8f25 Mon Sep 17 00:00:00 2001 From: Devon A Thomson Date: Tue, 27 Oct 2020 10:55:17 -0400 Subject: [PATCH 2/2] Re-worded due to PR suggestion --- .../public/application/actions/library_notification_popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 db9c22d98c9c0..6ec5b0d637556 100644 --- a/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx +++ b/src/plugins/dashboard/public/application/actions/library_notification_popover.tsx @@ -72,7 +72,7 @@ export function LibraryNotificationPopover({

{i18n.translate('dashboard.panel.libraryNotification.toolTip', { defaultMessage: - '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.', + 'Editing this panel might affect other dashboards. To change to this panel only, unlink it from the library.', })}