diff --git a/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx b/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx index e33b945ec8..db362a4fcc 100644 --- a/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx +++ b/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx @@ -10,8 +10,6 @@ import type {DeepPartial} from '@mattermost/types/utilities'; import type {ActionResult} from 'mattermost-redux/types/actions'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; - import {Constants} from 'utils/constants'; const INT32_MAX = 2147483647; @@ -87,9 +85,12 @@ export default function EditPostTimeLimitModal(props: Props) { - {chunks}, + }} />
diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index edb0a90778..6ade99b79f 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -3604,7 +3604,6 @@ "edit_post.no_notification_trigger_on_mention": "Editing this message with an '@mention' will not notify the recipient.", "edit_post.time_limit_button.for_n_seconds": "For {n} seconds", "edit_post.time_limit_button.no_limit": "Anytime", - "edit_post.time_limit_modal.description": "Setting a time limit **applies to all users** who have the \"Edit Post\" permissions in any permission scheme.", "edit_post.time_limit_modal.invalid_time_limit": "Invalid time limit", "edit_post.time_limit_modal.option_label_anytime": "Anytime", "edit_post.time_limit_modal.option_label_time_limit.postinput": "seconds after posting", @@ -3612,6 +3611,7 @@ "edit_post.time_limit_modal.save_button": "Save Edit Time", "edit_post.time_limit_modal.subscript": "Set the length of time users have to edit their messages after posting.", "edit_post.time_limit_modal.title": "Configure Global Edit Post Time Limit", + "editPost.timeLimitModal.description": "Setting a time limit applies to all users who have the \"Edit Post\" permissions in any permission scheme.", "email_verify.almost": "You’re almost done!", "email_verify.failed": "Failed to send verification email", "email_verify.notVerifiedBody": "Please verify your email address. Check your inbox for an email.",