Merge pull request #2847 from FreeCodeCamp/fix/submit-button-copy

change Run code button to Run tests
pull/2826/merge
Ben McMahon 2015-08-29 17:38:21 +01:00
commit bf6e8c1305
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ block content
| Username not found
label.negative-10.btn.btn-primary.btn-block#submitButton
i.fa.fa-play
|   Run code (ctrl + enter)
|   Run tests (ctrl + enter)
.button-spacer
.btn-group.input-group.btn-group-justified
label.btn.btn-success#trigger-reset-modal

View File

@ -32,7 +32,7 @@ block content
.negative-bottom-margin-30
label.negative-10.btn.btn-primary.btn-block#submitButton
i.fa.fa-play
|   Run code (ctrl + enter)
|   Run tests (ctrl + enter)
br
if (user)
.button-spacer

View File

@ -37,7 +37,7 @@ block content
// extra field to distract password tools like lastpass from injecting css into our username field
label.negative-10.btn.btn-primary.btn-block#submitButton
i.fa.fa-play
|   Run code (ctrl + enter)
|   Run tests (ctrl + enter)
.button-spacer
.btn-group.input-group.btn-group-justified
label.btn.btn-success#trigger-reset-modal