fix fleet server host placeholder (#124225) (#124244)

(cherry picked from commit c463c1ace9)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-02-01 11:06:49 -05:00 committed by GitHub
parent 150a813e2c
commit 76c4a29ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -488,7 +488,7 @@ export const AddFleetServerHostStepContent = ({
<EuiFlexItem>
<EuiFieldText
fullWidth
placeholder={'e.g. http://127.0.0.1:8220'}
placeholder={'e.g. https://127.0.0.1:8220'}
value={fleetServerHost}
isInvalid={!!error}
onChange={onChange}