You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge pull request #5915 from aaronraimist/initialisation
Typo: initilisation -> initialisation
This commit is contained in:
@@ -232,7 +232,7 @@ export default class EventIndexPanel extends React.Component<{}, IState> {
|
||||
<p>
|
||||
{this.state.enabling
|
||||
? <InlineSpinner />
|
||||
: _t("Message search initilisation failed")
|
||||
: _t("Message search initialisation failed")
|
||||
}
|
||||
</p>
|
||||
{EventIndexPeg.error && (
|
||||
|
||||
Reference in New Issue
Block a user