diff --git a/x-pack/plugins/uptime/public/components/monitor_management/monitor_list/enablement_empty_state.tsx b/x-pack/plugins/uptime/public/components/monitor_management/monitor_list/enablement_empty_state.tsx
index e8d3c37842d0c..0e7916f44a3aa 100644
--- a/x-pack/plugins/uptime/public/components/monitor_management/monitor_list/enablement_empty_state.tsx
+++ b/x-pack/plugins/uptime/public/components/monitor_management/monitor_list/enablement_empty_state.tsx
@@ -75,7 +75,10 @@ export const EnablementEmptyState = ({ focusButton }: { focusButton: boolean })
{LEARN_MORE_LABEL}
-
+
{DOCS_LABEL}
>
@@ -102,7 +105,7 @@ const MONITOR_MANAGEMENT_ENABLEMENT_MESSAGE = i18n.translate(
'xpack.uptime.monitorManagement.emptyState.enablement',
{
defaultMessage:
- 'Enable Monitor Management to run lightweight checks and real-browser monitors from hosted testing locations around the world. Enabling Monitor Management will generate an API key to allow the Synthetics Service to write back to your Elasticsearch cluster.',
+ 'Enable Monitor Management to run lightweight and real-browser monitors from hosted testing locations around the world. Enabling Monitor Management will generate an API key to allow the Synthetics Service to write back to your Elasticsearch cluster.',
}
);
@@ -110,7 +113,7 @@ const MONITOR_MANAGEMENT_DISABLED_MESSAGE = i18n.translate(
'xpack.uptime.monitorManagement.emptyState.enablement.disabledDescription',
{
defaultMessage:
- 'Monitor Management is currently disabled. Monitor Management allows you to run lightweight checks and real-browser monitors from hosted testing locations around the world. To enable Monitor Management, please contact an administrator.',
+ 'Monitor Management is currently disabled. Monitor Management allows you to run lightweight and real-browser monitors from hosted testing locations around the world. To enable Monitor Management, please contact an administrator.',
}
);