diff --git a/client/src/templates/Challenges/redux/create-question-epic.js b/client/src/templates/Challenges/redux/create-question-epic.js index c165fdfe5d..80073664f9 100644 --- a/client/src/templates/Challenges/redux/create-question-epic.js +++ b/client/src/templates/Challenges/redux/create-question-epic.js @@ -49,9 +49,9 @@ function createQuestionEpic(action$, state$, { window }) { '**Your code so far**\n', filesToMarkdown(files), '**Your browser information:**\n\n', - 'User Agent is: ', + 'User Agent is: `', userAgent, - '.\n\n', + '`.\n\n', '**Challenge:**\n', challengeTitle, '\n**Link to the challenge:**\n',