"`;
diff --git a/x-pack/plugins/index_lifecycle_management/__jest__/components/__snapshots__/policy_table.test.tsx.snap b/x-pack/plugins/index_lifecycle_management/__jest__/components/__snapshots__/policy_table.test.tsx.snap
index 06cd77558b443..ba2ec28bf6bc1 100644
--- a/x-pack/plugins/index_lifecycle_management/__jest__/components/__snapshots__/policy_table.test.tsx.snap
+++ b/x-pack/plugins/index_lifecycle_management/__jest__/components/__snapshots__/policy_table.test.tsx.snap
@@ -50,7 +50,7 @@ exports[`policy table should show empty state when there are not any policies 1`
class="euiPageBody"
>
Update your licenseIf you already have a new license, upload it now.
"`;
+exports[`AddLicense component when license is active should display correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
-exports[`AddLicense component when license is expired should display with correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
+exports[`AddLicense component when license is expired should display with correct verbiage 1`] = `"
Update your licenseIf you already have a new license, upload it now.
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
index db37bc6cb98c4..719fce35a2a68 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/request_trial_extension.test.js.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RequestTrialExtension component should display when enterprise license is not active and trial has been used 1`] = `"
Extend your trialIf you’d like to continue using machine learning, advanced security, and our other awesome subscription features, request an extension now.
"`;
+exports[`RequestTrialExtension component should display when enterprise license is not active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when license is active and trial has been used 1`] = `"
Extend your trialIf you’d like to continue using machine learning, advanced security, and our other awesome subscription features, request an extension now.
"`;
+exports[`RequestTrialExtension component should display when license is active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when license is not active and trial has been used 1`] = `"
Extend your trialIf you’d like to continue using machine learning, advanced security, and our other awesome subscription features, request an extension now.
"`;
+exports[`RequestTrialExtension component should display when license is not active and trial has been used 1`] = `"
"`;
-exports[`RequestTrialExtension component should display when platinum license is not active and trial has been used 1`] = `"
Extend your trialIf you’d like to continue using machine learning, advanced security, and our other awesome subscription features, request an extension now.
"`;
+exports[`RequestTrialExtension component should display when platinum license is not active and trial has been used 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
index 24598635b28e3..a0f3948785a80 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/revert_to_basic.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`RevertToBasic component should display when license is about to expire 1`] = `"
Revert to Basic licenseYou’ll revert to our free features and lose access to machine learning, advanced security, and other subscription features.
"`;
+exports[`RevertToBasic component should display when license is about to expire 1`] = `"
"`;
-exports[`RevertToBasic component should display when license is expired 1`] = `"
Revert to Basic licenseYou’ll revert to our free features and lose access to machine learning, advanced security, and other subscription features.
"`;
+exports[`RevertToBasic component should display when license is expired 1`] = `"
"`;
-exports[`RevertToBasic component should display when trial is active 1`] = `"
Revert to Basic licenseYou’ll revert to our free features and lose access to machine learning, advanced security, and other subscription features.
"`;
+exports[`RevertToBasic component should display when trial is active 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
index 24872a888b090..52a2da596c10e 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/start_trial.test.js.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`StartTrial component when trial is allowed display for basic license 1`] = `"
Start a 30-day trialExperience what machine learning, advanced security, and all our other subscription features have to offer.
"`;
+exports[`StartTrial component when trial is allowed display for basic license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for expired enterprise license 1`] = `"
Start a 30-day trialExperience what machine learning, advanced security, and all our other subscription features have to offer.
"`;
+exports[`StartTrial component when trial is allowed should display for expired enterprise license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for expired platinum license 1`] = `"
Start a 30-day trialExperience what machine learning, advanced security, and all our other subscription features have to offer.
"`;
+exports[`StartTrial component when trial is allowed should display for expired platinum license 1`] = `"
"`;
-exports[`StartTrial component when trial is allowed should display for gold license 1`] = `"
Start a 30-day trialExperience what machine learning, advanced security, and all our other subscription features have to offer.
"`;
+exports[`StartTrial component when trial is allowed should display for gold license 1`] = `"
"`;
diff --git a/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap b/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
index 72c04992566bd..cc41a3a4b4e22 100644
--- a/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
+++ b/x-pack/plugins/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
@@ -270,7 +270,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
paddingSize="l"
>
cloud dashboard.
+
+
+ (opens in a new tab or window)
+
For more information on Monitoring in Elastic Cloud, please see
the documentation.
+
+
+ (opens in a new tab or window)
+
diff --git a/x-pack/plugins/monitoring/public/components/no_data/reasons/__tests__/__snapshots__/reason_found.test.js.snap b/x-pack/plugins/monitoring/public/components/no_data/reasons/__tests__/__snapshots__/reason_found.test.js.snap
index e7b88e23c5f68..9e3b7c0e25d5d 100644
--- a/x-pack/plugins/monitoring/public/components/no_data/reasons/__tests__/__snapshots__/reason_found.test.js.snap
+++ b/x-pack/plugins/monitoring/public/components/no_data/reasons/__tests__/__snapshots__/reason_found.test.js.snap
@@ -185,6 +185,16 @@ Array [
target="_blank"
>
cloud dashboard.
+
+
+ (opens in a new tab or window)
+
For more information on Monitoring in Elastic Cloud, please see
the documentation.
+
+
+ (opens in a new tab or window)
+
diff --git a/x-pack/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap b/x-pack/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
index f4d8232b2e340..fa223a2fe57e1 100644
--- a/x-pack/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
+++ b/x-pack/plugins/monitoring/public/components/page_loading/__tests__/__snapshots__/page_loading.test.js.snap
@@ -9,7 +9,7 @@ exports[`PageLoading should show a simple page loading component 1`] = `
class="euiPageBody"
>
docs
+
+
+
+
+
+
+ (opens in a new tab or window)
+
+
+
to enable API keys.
@@ -119,7 +144,7 @@ exports[`APIKeysGridPage renders permission denied if user does not have require
paddingSize="l"
>
renders permission denied if required 1`] = `
paddingSize="l"
>
MockedFontsYou do not have permission to access the requested page
Either go back to the previous page or log in as a different user.