Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 58343c7

Browse files
committed
Fix search error typo
This fixes a typo in the recently added search error message.
1 parent b68fabb commit 58343c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/settings/EventIndexPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default class EventIndexPanel extends React.Component {
212212
eventIndexingSettings = (
213213
<div className='mx_SettingsTab_subsectionText'>
214214
<p>
215-
{_t("Message search initilisation failed")}
215+
{_t("Message search initialisation failed")}
216216
</p>
217217
{EventIndexPeg.error && (
218218
<details>

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
"Securely cache encrypted messages locally for them to appear in search results.": "Securely cache encrypted messages locally for them to appear in search results.",
10851085
"%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with <nativeLink>search components added</nativeLink>.": "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with <nativeLink>search components added</nativeLink>.",
10861086
"%(brand)s can't securely cache encrypted messages locally while running in a web browser. Use <desktopLink>%(brand)s Desktop</desktopLink> for encrypted messages to appear in search results.": "%(brand)s can't securely cache encrypted messages locally while running in a web browser. Use <desktopLink>%(brand)s Desktop</desktopLink> for encrypted messages to appear in search results.",
1087-
"Message search initilisation failed": "Message search initilisation failed",
1087+
"Message search initialisation failed": "Message search initialisation failed",
10881088
"Connecting to integration manager...": "Connecting to integration manager...",
10891089
"Cannot connect to integration manager": "Cannot connect to integration manager",
10901090
"The integration manager is offline or it cannot reach your homeserver.": "The integration manager is offline or it cannot reach your homeserver.",

0 commit comments

Comments
 (0)