[MM-60852] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/tours/crt_tour/collapsed_reply_threads_modal.tsx' with FormattedMessage (#28631)

This commit is contained in:
Rohan Sharma 2024-10-11 18:35:02 +05:30 committed by GitHub
parent 064c78e63d
commit 199eae09bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,6 @@ import {getCurrentUserId} from 'mattermost-redux/selectors/entities/users';
import {closeModal} from 'actions/views/modals';
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
import NextIcon from 'components/widgets/icons/fa_next_icon';
import crtInProductImg from 'images/crt-in-product.gif';
@ -102,9 +101,12 @@ function CollapsedReplyThreadsModal(props: Props) {
>
<div>
<p className='productNotices__helpText'>
<FormattedMarkdownMessage
id={'collapsed_reply_threads_modal.description'}
defaultMessage={'Threads have been revamped to help you create organized conversation around specific messages. Now, channels will appear less cluttered as replies are collapsed under the original message, and all the conversations you\'re following are available in your **Threads** view. Take the tour to see what\'s new.'}
<FormattedMessage
id={'collapsedReplyThreadsModal.helpText'}
defaultMessage={'Threads have been revamped to help you create organized conversation around specific messages. Now, channels will appear less cluttered as replies are collapsed under the original message, and all the conversations you\'re following are available in your <b>Threads</b> view. Take the tour to see what\'s new.'}
values={{
b: (chunks: string) => <b>{chunks}</b>,
}}
/>
</p>
<img

View File

@ -3355,10 +3355,10 @@
"cloud.fetch_error.retry": "Retry",
"cloud.invoice_pdf_preview.download": "<downloadLink>Download</downloadLink> this page for your records",
"collapsed_reply_threads_modal.confirm": "Got it",
"collapsed_reply_threads_modal.description": "Threads have been revamped to help you create organized conversation around specific messages. Now, channels will appear less cluttered as replies are collapsed under the original message, and all the conversations you're following are available in your **Threads** view. Take the tour to see what's new.",
"collapsed_reply_threads_modal.skip_tour": "Skip Tour",
"collapsed_reply_threads_modal.take_the_tour": "Take the Tour",
"collapsed_reply_threads_modal.title": "A new way to view and follow threads",
"collapsedReplyThreadsModal.helpText": "Threads have been revamped to help you create organized conversation around specific messages. Now, channels will appear less cluttered as replies are collapsed under the original message, and all the conversations you're following are available in your <b>Threads</b> view. Take the tour to see what's new.",
"combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were **added to the channel** by {actor}.",
"combined_system_message.added_to_channel.one": "{firstUser} **added to the channel** by {actor}.",
"combined_system_message.added_to_channel.one_you": "You were **added to the channel** by {actor}.",