From c7a3677282834c813c75e60781c5097e33917e05 Mon Sep 17 00:00:00 2001 From: Edwin Hung <32249535+edwinhung@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:15:36 -0800 Subject: [PATCH] fix(client): remove additional hashtags in help post (#52737) --- client/src/templates/Challenges/redux/create-question-epic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/redux/create-question-epic.js b/client/src/templates/Challenges/redux/create-question-epic.js index 02a5aad1e09..35b0c9a2930 100644 --- a/client/src/templates/Challenges/redux/create-question-epic.js +++ b/client/src/templates/Challenges/redux/create-question-epic.js @@ -130,7 +130,7 @@ function createQuestionEpic(action$, state$, { window }) { const addCodeOne = i18next.t('forum-help.add-code-one'); const addCodeTwo = i18next.t('forum-help.add-code-two'); const addCodeThree = i18next.t('forum-help.add-code-three'); - const altTextMessage = `### ${whatsHappeningHeading}\n\n### ${camperCodeHeading}\n\n${warning}\n\n${tooLongOne}\n\n${tooLongTwo}\n\n${tooLongThree}\n\n\`\`\`text\n${addCodeOne}\n${addCodeTwo}\n${addCodeThree}\n\`\`\`\n\n${endingText}`; + const altTextMessage = `### ${whatsHappeningHeading}\n\n${camperCodeHeading}\n\n${warning}\n\n${tooLongOne}\n\n${tooLongTwo}\n\n${tooLongThree}\n\n\`\`\`text\n${addCodeOne}\n${addCodeTwo}\n${addCodeThree}\n\`\`\`\n\n${endingText}`; const titleText = window.encodeURIComponent( `${i18next.t(