Skip to content

Commit

Permalink
Fix Elasticsearch typo on connection error screen (elastic#26815)
Browse files Browse the repository at this point in the history
`Elastiscearch` -> `Elasticsearch`.
  • Loading branch information
Chris Koehnke authored and Conky5 committed Dec 7, 2018
1 parent 7f9cde7 commit 84de0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exports[`LoginPage disabled form states renders as expected when a connection to
}
title={
<FormattedMessage
defaultMessage="Cannot connect to the Elastiscearch cluster"
defaultMessage="Cannot connect to the Elasticsearch cluster"
id="xpack.security.loginPage.esUnavailableTitle"
values={Object {}}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class LoginPage extends Component<Props, {}> {
title={
<FormattedMessage
id="xpack.security.loginPage.esUnavailableTitle"
defaultMessage="Cannot connect to the Elastiscearch cluster"
defaultMessage="Cannot connect to the Elasticsearch cluster"
/>
}
message={
Expand Down

0 comments on commit 84de0b0

Please sign in to comment.