We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3184c35 commit f68d5e4Copy full SHA for f68d5e4
x-pack/plugins/uptime/public/lib/alert_types/translations.ts
@@ -14,11 +14,9 @@ export const MonitorStatusTranslations = {
14
monitorName: '{{state.monitorName}}',
15
monitorId: '{{state.monitorId}}',
16
monitorUrl: '{{{state.monitorUrl}}}',
17
- monitorType: '{{state.monitorType}}',
18
statusMessage: '{{state.statusMessage}}',
19
latestErrorMessage: '{{{state.latestErrorMessage}}}',
20
observerLocation: '{{state.observerLocation}}',
21
- observerHostname: '{{state.observerHostname}}',
22
},
23
}),
24
name: i18n.translate('xpack.uptime.alerts.monitorStatus.clientName', {
0 commit comments