Change stable threads dialog copy (#8099)
parent
6639b60dfd
commit
2bf1d2b287
|
@ -1465,24 +1465,24 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (SettingsStore.getValue("feature_thread") && SdkConfig.get("show_labs_settings")) {
|
if (SettingsStore.getValue("feature_thread") && SdkConfig.get("show_labs_settings")) {
|
||||||
Modal.createDialog(InfoDialog, {
|
Modal.createDialog(InfoDialog, {
|
||||||
title: _t("Threads are no longer experimental! 🎉"),
|
title: _t("Threads Approaching Beta 🎉"),
|
||||||
description: <>
|
description: <>
|
||||||
<p>
|
<p>
|
||||||
{ _t("We’ve recently introduced key stability "
|
{ _t("We're getting closer to releasing a public Beta for Threads.") }
|
||||||
+ "improvements for Threads, which also means "
|
|
||||||
+ "phasing out support for experimental Threads.") }
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{ _t("All thread events created during the "
|
{ _t("As we prepare for it, we need to make some changes: threads created "
|
||||||
+ "experimental period will now be rendered in "
|
+ "before this point will be <strong>displayed as regular replies</strong>.",
|
||||||
+ "the room timeline and displayed as replies. "
|
{}, {
|
||||||
+ "This is a one-off transition. Threads are now "
|
"strong": sub => <strong>{ sub }</strong>,
|
||||||
+ "part of the Matrix specification.") }
|
}) }
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</>,
|
</>,
|
||||||
|
button: _t("Got it"),
|
||||||
onFinished: () => {
|
onFinished: () => {
|
||||||
localStorage.setItem("mx_seen_feature_thread_experimental", "true");
|
localStorage.setItem("mx_seen_feature_thread_experimental", "true");
|
||||||
},
|
},
|
||||||
|
|
|
@ -3098,10 +3098,10 @@
|
||||||
"Failed to forget room %(errCode)s": "Failed to forget room %(errCode)s",
|
"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 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.",
|
"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! 🎉",
|
"Threads Approaching Beta 🎉": "Threads Approaching Beta 🎉",
|
||||||
"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.",
|
"We're getting closer to releasing a public Beta for Threads.": "We're getting closer to releasing a public Beta for 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.",
|
"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>.",
|
||||||
"Thank you for helping us testing Threads!": "Thank you for helping us testing Threads!",
|
"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",
|
"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",
|
"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",
|
"Signed Out": "Signed Out",
|
||||||
|
|
Loading…
Reference in New Issue