Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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