diff --git a/site/gatsby-site/src/components/submissions/SubmissionWizard.js b/site/gatsby-site/src/components/submissions/SubmissionWizard.js index a75beaf19c..404d4e7884 100644 --- a/site/gatsby-site/src/components/submissions/SubmissionWizard.js +++ b/site/gatsby-site/src/components/submissions/SubmissionWizard.js @@ -83,7 +83,7 @@ const SubmissionWizard = ({ try { responseErrorText = await response.text(); } catch (e) { - responseErrorText = 'Could not read parser error:\n\n' + e.message; + responseErrorText = 'Could not read parser error:' + '\n\n' + e.message; } if (responseErrorText) {