Skip to content

Commit

Permalink
[Synthetics UI] Update copy for test now functionality on private loc…
Browse files Browse the repository at this point in the history
…ations (elastic#137912)

* Update copy for test now functionality on private locations.

* Update copy based on PR feedback.
  • Loading branch information
justinkambic authored Aug 15, 2022
1 parent c0363b0 commit e7772b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const TEST_NOW_AVAILABLE_LABEL = i18n.translate(
export const PRIVATE_AVAILABLE_LABEL = i18n.translate(
'xpack.synthetics.monitorList.testNow.available.private',
{
defaultMessage: 'For now, Test now is disabled for private locations monitors.',
defaultMessage: `You can't currently test monitors running on private locations on demand.`,
}
);

Expand Down

0 comments on commit e7772b1

Please sign in to comment.