diff --git a/x-pack/plugins/uptime/public/lib/alert_types/translations.ts b/x-pack/plugins/uptime/public/lib/alert_types/translations.ts index d5011d9aff0a56..6aefe1d869fd70 100644 --- a/x-pack/plugins/uptime/public/lib/alert_types/translations.ts +++ b/x-pack/plugins/uptime/public/lib/alert_types/translations.ts @@ -14,11 +14,9 @@ export const MonitorStatusTranslations = { monitorName: '{{state.monitorName}}', monitorId: '{{state.monitorId}}', monitorUrl: '{{{state.monitorUrl}}}', - monitorType: '{{state.monitorType}}', statusMessage: '{{state.statusMessage}}', latestErrorMessage: '{{{state.latestErrorMessage}}}', observerLocation: '{{state.observerLocation}}', - observerHostname: '{{state.observerHostname}}', }, }), name: i18n.translate('xpack.uptime.alerts.monitorStatus.clientName', {