diff --git a/server/views/commit/index.jade b/server/views/commit/index.jade index 7d82f7626b..e9a919fd5a 100644 --- a/server/views/commit/index.jade +++ b/server/views/commit/index.jade @@ -22,24 +22,24 @@ block content input(type='text' value='#{name}' name='nonprofit') .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Step 1: What's your goal? + h3 Step 1: Which certification do you pledge to complete? .btn-group.btn-group-justified(data-toggle='buttons' role='group') label.btn.btn-primary.btn-lg.active input(type='radio' id=frontEndCert value=frontEndCert name='goal' checked="checked") - | Front End Cert + | Front End label.btn.btn-primary.btn-lg input(type='radio' id=dataVisCert value=dataVisCert name='goal') - | Data Viz Cert + | Data label.btn.btn-primary.btn-lg input(type='radio' id=backEndCert value=backEndCert name='goal') - | Back End Cert + | Back End label.btn.btn-primary.btn-lg input(type='radio' id=fullStackCert value=fullStackCert name='goal') - | Full Stack Cert + | Full Stack .spacer .row .col-xs-12.col-sm-6.col-sm-offset-3 - h3 Step 2: How much do you want to pledge monthly until you meet that goal? + h3 Step 2: How much do you want to pledge monthly until you earn that certification? .btn-group.btn-group-justified(data-toggle='buttons' role='group') label.btn.btn-success input(type='radio' id='5-dollar-pledge' value='5' name='amount')