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 c0363b0 commit e7772b1Copy full SHA for e7772b1
x-pack/plugins/synthetics/public/legacy_uptime/components/overview/monitor_list/columns/test_now_col.tsx
@@ -82,7 +82,7 @@ export const TEST_NOW_AVAILABLE_LABEL = i18n.translate(
82
export const PRIVATE_AVAILABLE_LABEL = i18n.translate(
83
'xpack.synthetics.monitorList.testNow.available.private',
84
{
85
- defaultMessage: 'For now, Test now is disabled for private locations monitors.',
+ defaultMessage: `You can't currently test monitors running on private locations on demand.`,
86
}
87
);
88
0 commit comments