Skip to content

Commit 1821a57

Browse files
committed
improve help text
1 parent b46e589 commit 1821a57

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config

1 file changed

+2
-1
lines changed

x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/i18n.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export const txtUrlTemplatePlaceholder = i18n.translate(
1919
export const txtUrlPreviewHelpText = i18n.translate(
2020
'xpack.uiActionsEnhanced.drilldowns.urlDrilldownCollectConfig.urlPreviewHelpText',
2121
{
22-
defaultMessage: 'Please note that \\{\\{event.*\\}\\} variables replaced by dummy values.',
22+
defaultMessage:
23+
'Please note that in preview \\{\\{event.*\\}\\} variables are substituted with dummy values.',
2324
}
2425
);
2526

0 commit comments

Comments
 (0)