Fix search error typo

This fixes a typo in the recently added search error message.
This commit is contained in:
J. Ryan Stinnett 2021-03-31 11:55:17 +01:00
parent b68fabb44b
commit 58343c7699
2 changed files with 2 additions and 2 deletions

View file

@ -212,7 +212,7 @@ export default class EventIndexPanel extends React.Component {
eventIndexingSettings = (
<div className='mx_SettingsTab_subsectionText'>
<p>
{_t("Message search initilisation failed")}
{_t("Message search initialisation failed")}
</p>
{EventIndexPeg.error && (
<details>