From 99a95508d2b1a768ee71ed2e848231bbd2b2200b Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 23 Oct 2024 13:45:53 -0400 Subject: [PATCH] Remove Markdown from FormattedMessage (#28883) * Remove Markdown from FormattedMessage * Update snapshots --- .../src/components/mfa/__snapshots__/confirm.test.tsx.snap | 6 +++--- webapp/channels/src/components/mfa/confirm.tsx | 6 +++--- webapp/channels/src/i18n/en.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/webapp/channels/src/components/mfa/__snapshots__/confirm.test.tsx.snap b/webapp/channels/src/components/mfa/__snapshots__/confirm.test.tsx.snap index 734b2144b5..a2f89faa12 100644 --- a/webapp/channels/src/components/mfa/__snapshots__/confirm.test.tsx.snap +++ b/webapp/channels/src/components/mfa/__snapshots__/confirm.test.tsx.snap @@ -7,12 +7,12 @@ exports[`components/mfa/components/Confirm should match snapshot 1`] = ` onKeyPress={[Function]} onSubmit={[Function]} > -

+ -

+

-

+ -

+

See plans", "message_submit_error.invalidCommand": "Command with a trigger of ''{command}'' not found. ", "message_submit_error.sendAsMessageLink": "Click here to send as a message.", - "mfa.confirm.complete": "**Set up complete!**", + "mfa.confirm.complete": "Set up complete!", "mfa.confirm.okay": "Okay", "mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.", "mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.",