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

Commit 2bb63b9

Browse files
committed
Fix copy
1 parent 67bcfe6 commit 2bb63b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
"Automatically send debug logs on decryption errors": "Automatically send debug logs on decryption errors",
962962
"Automatically send debug logs when key backup is not functioning": "Automatically send debug logs when key backup is not functioning",
963963
"Partial Support for Threads": "Partial Support for Threads",
964-
"Your homeserver does not currently support threads, so this feature may be unreliable.Some threaded messages may not be reliably available. <a>Learn more</a>.": "Your homeserver does not currently support threads, so this feature may be unreliable.Some threaded messages may not be reliably available. <a>Learn more</a>.",
964+
"Your homeserver does not currently support threads, so this feature may be unreliable. Some threaded messages may not be reliably available. <a>Learn more</a>.": "Your homeserver does not currently support threads, so this feature may be unreliable. Some threaded messages may not be reliably available. <a>Learn more</a>.",
965965
"Do you want to enable threads anyway?": "Do you want to enable threads anyway?",
966966
"Yes, enable": "Yes, enable",
967967
"Collecting app version information": "Collecting app version information",

src/settings/controllers/ThreadBetaController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class ThreadBetaController extends SettingController {
3131
const { finished } = Modal.createTrackedDialog<[boolean]>("Thread beta", "degraded mode", QuestionDialog, {
3232
title: _t("Partial Support for Threads"),
3333
description: <>
34-
<p>{ _t("Your homeserver does not currently support threads, so this feature may be unreliable." +
34+
<p>{ _t("Your homeserver does not currently support threads, so this feature may be unreliable. " +
3535
"Some threaded messages may not be reliably available. <a>Learn more</a>.", {}, {
3636
a: sub => (
3737
<a href="https://element.io/help#threads" target="_blank" rel="noreferrer noopener">{ sub }</a>

0 commit comments

Comments
 (0)