Make some minor copy edits
This commit is contained in:
@@ -3,14 +3,14 @@ window.common = (function({ common = { init: [] } }) {
|
|||||||
$('#ask-for-help-button').on('click', function() {
|
$('#ask-for-help-button').on('click', function() {
|
||||||
var helpTitle = common.challengeName;
|
var helpTitle = common.challengeName;
|
||||||
var helpMessage = [
|
var helpMessage = [
|
||||||
'**Whats happening**\n\n\n',
|
'**Tell us what\'s happening:**\n\n\n\n',
|
||||||
'**My code so far**\n',
|
'**Your code so far**\n',
|
||||||
'```' + common.editor.getValue() + '```\n',
|
'```' + common.editor.getValue() + '```\n',
|
||||||
'**My browser information**\n\n',
|
'**Your browser information:**\n\n',
|
||||||
'User Agent is: ```',
|
'Your Browser User Agent is: ```',
|
||||||
navigator.userAgent,
|
navigator.userAgent,
|
||||||
'```.\n\n',
|
'```.\n\n',
|
||||||
'**Link to the challenge**\n\n',
|
'**Link to the challenge:**\n',
|
||||||
window.location.href + '\n'
|
window.location.href + '\n'
|
||||||
|
|
||||||
].join('');
|
].join('');
|
||||||
|
Reference in New Issue
Block a user