mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix Elasticsearch typo on connection error screen (#26815)
`Elastiscearch` -> `Elasticsearch`.
This commit is contained in:
parent
7f9cde7612
commit
84de0b0865
2 changed files with 2 additions and 2 deletions
|
@ -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 {}}
|
||||
/>
|
||||
|
|
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue