Merge pull request #5915 from aaronraimist/initialisation

Typo: initilisation -> initialisation
This commit is contained in:
Travis Ralston
2021-05-13 20:15:08 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 && (