mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[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:
parent
064c78e63d
commit
199eae09bb
@ -12,7 +12,6 @@ import {getCurrentUserId} from 'mattermost-redux/selectors/entities/users';
|
|||||||
|
|
||||||
import {closeModal} from 'actions/views/modals';
|
import {closeModal} from 'actions/views/modals';
|
||||||
|
|
||||||
import FormattedMarkdownMessage from 'components/formatted_markdown_message';
|
|
||||||
import NextIcon from 'components/widgets/icons/fa_next_icon';
|
import NextIcon from 'components/widgets/icons/fa_next_icon';
|
||||||
|
|
||||||
import crtInProductImg from 'images/crt-in-product.gif';
|
import crtInProductImg from 'images/crt-in-product.gif';
|
||||||
@ -102,9 +101,12 @@ function CollapsedReplyThreadsModal(props: Props) {
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<p className='productNotices__helpText'>
|
<p className='productNotices__helpText'>
|
||||||
<FormattedMarkdownMessage
|
<FormattedMessage
|
||||||
id={'collapsed_reply_threads_modal.description'}
|
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 **Threads** view. Take the tour to see what\'s new.'}
|
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>
|
</p>
|
||||||
<img
|
<img
|
||||||
|
@ -3355,10 +3355,10 @@
|
|||||||
"cloud.fetch_error.retry": "Retry",
|
"cloud.fetch_error.retry": "Retry",
|
||||||
"cloud.invoice_pdf_preview.download": "<downloadLink>Download</downloadLink> this page for your records",
|
"cloud.invoice_pdf_preview.download": "<downloadLink>Download</downloadLink> this page for your records",
|
||||||
"collapsed_reply_threads_modal.confirm": "Got it",
|
"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.skip_tour": "Skip Tour",
|
||||||
"collapsed_reply_threads_modal.take_the_tour": "Take the Tour",
|
"collapsed_reply_threads_modal.take_the_tour": "Take the Tour",
|
||||||
"collapsed_reply_threads_modal.title": "A new way to view and follow threads",
|
"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.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": "{firstUser} **added to the channel** by {actor}.",
|
||||||
"combined_system_message.added_to_channel.one_you": "You were **added to the channel** by {actor}.",
|
"combined_system_message.added_to_channel.one_you": "You were **added to the channel** by {actor}.",
|
||||||
|
Loading…
Reference in New Issue
Block a user