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

Commit e38d27f

Browse files
authored
Merge pull request #5915 from aaronraimist/initialisation
Typo: initilisation -> initialisation
2 parents 2d2c0d5 + 9aa711b commit e38d27f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/settings/EventIndexPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default class EventIndexPanel extends React.Component<{}, IState> {
232232
<p>
233233
{this.state.enabling
234234
? <InlineSpinner />
235-
: _t("Message search initilisation failed")
235+
: _t("Message search initialisation failed")
236236
}
237237
</p>
238238
{EventIndexPeg.error && (

src/i18n/strings/en_EN.json

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