diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index 4d1efe8188..203c26cd7b 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -1465,24 +1465,24 @@ export default class MatrixChat extends React.PureComponent { setTimeout(() => { if (SettingsStore.getValue("feature_thread") && SdkConfig.get("show_labs_settings")) { Modal.createDialog(InfoDialog, { - title: _t("Threads are no longer experimental! 🎉"), + title: _t("Threads Approaching Beta 🎉"), description: <>

- { _t("We’ve recently introduced key stability " - + "improvements for Threads, which also means " - + "phasing out support for experimental Threads.") } + { _t("We're getting closer to releasing a public Beta for Threads.") }

- { _t("All thread events created during the " - + "experimental period will now be rendered in " - + "the room timeline and displayed as replies. " - + "This is a one-off transition. Threads are now " - + "part of the Matrix specification.") } + { _t("As we prepare for it, we need to make some changes: threads created " + + "before this point will be displayed as regular replies.", + {}, { + "strong": sub => { sub }, + }) }

- { _t("Thank you for helping us testing Threads!") } + { _t("This will be a one-off transition, as threads are now part " + + "of the Matrix specification.") }

, + button: _t("Got it"), onFinished: () => { localStorage.setItem("mx_seen_feature_thread_experimental", "true"); }, diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 08332fecda..6b94b7a85d 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3098,10 +3098,10 @@ "Failed to forget room %(errCode)s": "Failed to forget room %(errCode)s", "Unable to copy room link": "Unable to copy room link", "Unable to copy a link to the room to the clipboard.": "Unable to copy a link to the room to the clipboard.", - "Threads are no longer experimental! 🎉": "Threads are no longer experimental! 🎉", - "We’ve recently introduced key stability improvements for Threads, which also means phasing out support for experimental Threads.": "We’ve recently introduced key stability improvements for Threads, which also means phasing out support for experimental Threads.", - "All thread events created during the experimental period will now be rendered in the room timeline and displayed as replies. This is a one-off transition. Threads are now part of the Matrix specification.": "All thread events created during the experimental period will now be rendered in the room timeline and displayed as replies. This is a one-off transition. Threads are now part of the Matrix specification.", - "Thank you for helping us testing Threads!": "Thank you for helping us testing Threads!", + "Threads Approaching Beta 🎉": "Threads Approaching Beta 🎉", + "We're getting closer to releasing a public Beta for Threads.": "We're getting closer to releasing a public Beta for Threads.", + "As we prepare for it, we need to make some changes: threads created before this point will be displayed as regular replies.": "As we prepare for it, we need to make some changes: threads created before this point will be displayed as regular replies.", + "This will be a one-off transition, as threads are now part of the Matrix specification.": "This will be a one-off transition, as threads are now part of the Matrix specification.", "New search beta available": "New search beta available", "We're testing a new search to make finding what you want quicker.\n": "We're testing a new search to make finding what you want quicker.\n", "Signed Out": "Signed Out",