Skip to content

Commit ef4d0ec

Browse files
nchauletjen-huang
andauthored
Apply suggestions from code review
Co-authored-by: Jen Huang <its.jenetic@gmail.com>
1 parent ea97568 commit ef4d0ec

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/ingest_manager/public/applications/ingest_manager/sections/fleet/setup_page

1 file changed

+2
-2
lines changed

x-pack/plugins/ingest_manager/public/applications/ingest_manager/sections/fleet/setup_page/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ xpack.security.authc.api_key.enabled: true`}
175175
<RequirementItem isMissing={missingRequirements.includes('tls_required')}>
176176
<FormattedMessage
177177
id="xpack.ingestManager.setupPage.tlsFlagText"
178-
defaultMessage="Kibana security. Set. Set {securityFlag} to {true}. For development purposes, you can disable TLS by setting {tlsFlag} to {true} as an unsafe alternative."
178+
defaultMessage="Kibana security. Set {securityFlag} to {true}. For development purposes, you can disable TLS by setting {tlsFlag} to {true} as an unsafe alternative."
179179
values={{
180180
securityFlag: <EuiCode>xpack.security.enabled</EuiCode>,
181181
tlsFlag: <EuiCode>xpack.ingestManager.fleet.tlsCheckDisabled</EuiCode>,
@@ -200,7 +200,7 @@ xpack.security.authc.api_key.enabled: true`}
200200
<EuiSpacer size="l" />
201201
<FormattedMessage
202202
id="xpack.ingestManager.setupPage.gettingStartedText"
203-
defaultMessage="For more information, read our {link}."
203+
defaultMessage="For more information, read our {link} guide."
204204
values={{
205205
link: (
206206
<EuiLink

0 commit comments

Comments
 (0)