Skip to content

Commit e7772b1

Browse files
authored
[Synthetics UI] Update copy for test now functionality on private locations (#137912)
* Update copy for test now functionality on private locations. * Update copy based on PR feedback.
1 parent c0363b0 commit e7772b1

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/synthetics/public/legacy_uptime/components/overview/monitor_list/columns

1 file changed

+1
-1
lines changed

x-pack/plugins/synthetics/public/legacy_uptime/components/overview/monitor_list/columns/test_now_col.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const TEST_NOW_AVAILABLE_LABEL = i18n.translate(
8282
export const PRIVATE_AVAILABLE_LABEL = i18n.translate(
8383
'xpack.synthetics.monitorList.testNow.available.private',
8484
{
85-
defaultMessage: 'For now, Test now is disabled for private locations monitors.',
85+
defaultMessage: `You can't currently test monitors running on private locations on demand.`,
8686
}
8787
);
8888

0 commit comments

Comments
 (0)