// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` spec renders with create permission and no default notification 1`] = `
EuiIconMock Your administrator may have set default notification settings for shrink operations. You can send additional notifications for this operation.
`; exports[` spec renders with full permission and default notification 1`] = `
EuiIconMock Default notification settings are set for shrink operations. Configure default settings at Notifications settings (opens in a new tab or window) .
`; exports[` spec renders with no permission and no default notification 1`] = `
EuiIconMock Your administrator may have set default notification settings for shrink operations. Contact your administrator to request access.
`; exports[` spec renders with view permission and default notification 1`] = `
EuiIconMock Your administrator has set default notification settings for shrink operations. Contact your administrator to request access.
`; exports[` spec renders with view permission and no default notification 1`] = `
EuiIconMock Your administrator has not set default notification settings for shrink operations.
`;