Change stable threads dialog copy (#8099)

This commit is contained in:
Germain 2022-03-22 09:23:55 +00:00 committed by GitHub
parent 6639b60dfd
commit 2bf1d2b287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -1465,24 +1465,24 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
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: <>
<p>
{ _t("Weve 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.") }
</p>
<p>
{ _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 <strong>displayed as regular replies</strong>.",
{}, {
"strong": sub => <strong>{ sub }</strong>,
}) }
</p>
<p>
{ _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.") }
</p>
</>,
button: _t("Got it"),
onFinished: () => {
localStorage.setItem("mx_seen_feature_thread_experimental", "true");
},

View file

@ -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! 🎉",
"Weve recently introduced key stability improvements for Threads, which also means phasing out support for experimental Threads.": "Weve 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 <strong>displayed as regular replies</strong>.": "As we prepare for it, we need to make some changes: threads created before this point will be <strong>displayed as regular replies</strong>.",
"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",