mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Uptime] [Synthetics Integration] fix content typo (#110088)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
e2ee2637e2
commit
d83c8244a2
4 changed files with 4 additions and 4 deletions
|
@ -168,7 +168,7 @@ export const BrowserSimpleFields = memo<Props>(({ validate }) => {
|
|||
helpText={
|
||||
<FormattedMessage
|
||||
id="xpack.uptime.createPackagePolicy.stepConfigure.monitorIntegrationSettingsSection.tags.helpText"
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tab. Displayed in Uptime and enables searching by tag."
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tag. Displayed in Uptime and enables searching by tag."
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
|
@ -186,7 +186,7 @@ export const HTTPSimpleFields = memo<Props>(({ validate }) => {
|
|||
helpText={
|
||||
<FormattedMessage
|
||||
id="xpack.uptime.createPackagePolicy.stepConfigure.monitorIntegrationSettingsSection.tags.helpText"
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tab. Displayed in Uptime and enables searching by tag."
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tag. Displayed in Uptime and enables searching by tag."
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
|
@ -190,7 +190,7 @@ export const ICMPSimpleFields = memo<Props>(({ validate }) => {
|
|||
helpText={
|
||||
<FormattedMessage
|
||||
id="xpack.uptime.createPackagePolicy.stepConfigure.monitorIntegrationSettingsSection.tags.helpText"
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tab. Displayed in Uptime and enables searching by tag."
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tag. Displayed in Uptime and enables searching by tag."
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
|
@ -157,7 +157,7 @@ export const TCPSimpleFields = memo<Props>(({ validate }) => {
|
|||
helpText={
|
||||
<FormattedMessage
|
||||
id="xpack.uptime.createPackagePolicy.stepConfigure.monitorIntegrationSettingsSection.tags.helpText"
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tab. Displayed in Uptime and enables searching by tag."
|
||||
defaultMessage="A list of tags that will be sent with the monitor event. Press enter to add a new tag. Displayed in Uptime and enables searching by tag."
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue