Skip to content

Commit d99c2b7

Browse files
committed
fixed verbiage and message id
1 parent c006413 commit d99c2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_kafka_topics.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const OutputFormKafkaTopics: React.FunctionComponent<{ inputs: OutputForm
7474
label={
7575
<FormattedMessage
7676
id="xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicLabel"
77-
defaultMessage="Topic from field. For more info, see our {guideLink}"
77+
defaultMessage="Topic from field(s). For more info, see our {guideLink}"
7878
values={{
7979
guideLink: (
8080
<EuiLink
@@ -83,7 +83,7 @@ export const OutputFormKafkaTopics: React.FunctionComponent<{ inputs: OutputForm
8383
external
8484
>
8585
<FormattedMessage
86-
id="xpack.fleet.settings.fleetUserGuideLink"
86+
id="xpack.fleet.settings.kafkaGuideLink"
8787
defaultMessage="docs."
8888
/>
8989
</EuiLink>

0 commit comments

Comments
 (0)