diff --git a/server/utils/commit-goals.json b/server/utils/commit-goals.json index 8391145e6b..d9f20e47ff 100644 --- a/server/utils/commit-goals.json +++ b/server/utils/commit-goals.json @@ -1,4 +1,4 @@ { - "frontEndCert": "front-end-development-certificate", - "fullStackCert": "full-stack-development-certificate" + "frontEndCert": "Front End Development Certification", + "fullStackCert": "Full Stack Development Certification" } diff --git a/server/views/account/show.jade b/server/views/account/show.jade index 9b11ef7778..e5385a7e72 100644 --- a/server/views/account/show.jade +++ b/server/views/account/show.jade @@ -63,7 +63,7 @@ block content h4 | This camper has committed to giving $#{pledge.amount} to a(href='#{pledge.donateUrl}?ref=freecodecamp.com' target='_blank') #{pledge.displayName} - | each month until they have completed the #{pledge.goal} + | each month until they have completed their #{pledge.goal}. .spacer if isFrontEndCert a.btn.btn-primary(href='/' + username + '/front-end-certification') View My Front End Development Certification diff --git a/server/views/commit/index.jade b/server/views/commit/index.jade index fae22ee978..34c307a39e 100644 --- a/server/views/commit/index.jade +++ b/server/views/commit/index.jade @@ -41,7 +41,7 @@ block content label.btn.btn-success.active input(type='radio' id='10-dollar-pledge' value='10' name='amount' checked="checked") | $10 per month - label.btn.btn-success.active + label.btn.btn-success input(type='radio' id='25-dollar-pledge' value='25' name='amount' checked="checked") | $25 per month label.btn.btn-success @@ -55,12 +55,14 @@ block content if pledge form.row(name='stop-pledge' action='/commit/stop-commitment' method='post') .col-xs-12.col-sm-6.col-sm-offset-3.text-center - button.btn.btn-sm.btn-danger(name='submit' type='submit') Stop my pledge + .button-spacer + button.btn.btn-block.btn-danger(name='submit' type='submit') Stop my current pledge else .row - h4.col-xs-12.col-sm-6.col-sm-offset-3.text-center - a(href='/') Maybe later - .spacer + .col-xs-12.col-sm-6.col-sm-offset-3.text-center + .button-spacer + a.btn.btn-block.btn-default(href='/') Maybe later + .spacer script. $(function() { $('#commit-btn-submit').click(function() {