Skip to content

Commit

Permalink
Added call to action to unlink message
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Oct 26, 2020
1 parent 582e8e9 commit f57ce60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export function LibraryNotificationPopover({
<div style={{ width: '300px' }}>
<EuiText>
<p>
{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.',
})}
</p>
</EuiText>
Expand Down

0 comments on commit f57ce60

Please sign in to comment.