Typo: initilisation -> initialisation

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2021-04-23 11:31:27 -05:00
parent 65d55bd0d9
commit bf444ce22e
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ export default class EventIndexPanel extends React.Component {
<p>
{this.state.enabling
? <InlineSpinner />
: _t("Message search initilisation failed")
: _t("Message search initialisation failed")
}
</p>
{EventIndexPeg.error && (