From 90fe00937431b68f1af13f31a4a0af6a935ae130 Mon Sep 17 00:00:00 2001 From: gracewest333 <72792538+gracewest333@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:40:26 +0100 Subject: [PATCH] feat(client): add placeholder text to forum posts (#41849) --- client/src/templates/Challenges/redux/create-question-epic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/templates/Challenges/redux/create-question-epic.js b/client/src/templates/Challenges/redux/create-question-epic.js index 3c053a3071..946cd62cb0 100644 --- a/client/src/templates/Challenges/redux/create-question-epic.js +++ b/client/src/templates/Challenges/redux/create-question-epic.js @@ -54,6 +54,7 @@ function createQuestionEpic(action$, state$, { window }) { let textMessage = dedent( `**Tell us what's happening:** + Describe your issue in detail here. ${ projectFormValues.length