diff --git a/tasks/gulp-transifex-test.js b/tasks/gulp-transifex-test.js index bc280d224b..8c423fc45a 100644 --- a/tasks/gulp-transifex-test.js +++ b/tasks/gulp-transifex-test.js @@ -116,9 +116,8 @@ function post(message, items) { function formatMessageForPosting(msg, items) { let body = `*Warning:* ${msg}`; - body += '\n\n```\n'; + body += '\n\n>>>\n'; body += items.join('\n'); - body += '\n```'; return body; }