Fix search error typo
This fixes a typo in the recently added search error message.
This commit is contained in:
parent
b68fabb44b
commit
58343c7699
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue