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

Commit bf444ce

Browse files
committed
Typo: initilisation -> initialisation
Signed-off-by: Aaron Raimist <[email protected]>
1 parent 65d55bd commit bf444ce

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
@@ -229,7 +229,7 @@ export default class EventIndexPanel extends React.Component {
229229
<p>
230230
{this.state.enabling
231231
? <InlineSpinner />
232-
: _t("Message search initilisation failed")
232+
: _t("Message search initialisation failed")
233233
}
234234
</p>
235235
{EventIndexPeg.error && (

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
"Securely cache encrypted messages locally for them to appear in search results.": "Securely cache encrypted messages locally for them to appear in search results.",
10871087
"%(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>.",
10881088
"%(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.",
1089-
"Message search initilisation failed": "Message search initilisation failed",
1089+
"Message search initialisation failed": "Message search initialisation failed",
10901090
"Connecting to integration manager...": "Connecting to integration manager...",
10911091
"Cannot connect to integration manager": "Cannot connect to integration manager",
10921092
"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)