File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/templates/Challenges/projects/backend Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 50
50
"reset-lesson" : " Reset this lesson" ,
51
51
"run" : " Run" ,
52
52
"run-test" : " Run the Tests (Ctrl + Enter)" ,
53
+ "run-test-2" : " Run the Tests" ,
53
54
"check-code" : " Check Your Code (Ctrl + Enter)" ,
54
55
"check-code-2" : " Check Your Code" ,
55
56
"reset" : " Reset" ,
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ class BackEnd extends Component<BackEndProps> {
219
219
220
220
const isChallengeComplete = tests . every ( test => test . pass && ! test . err ) ;
221
221
const submitBtnLabel : string = ! isChallengeComplete
222
- ? `${ t ( 'buttons.run-test' ) } ${ testsRunning ? ' ...' : '' } `
222
+ ? `${ t ( 'buttons.run-test-2 ' ) } ${ testsRunning ? ' ...' : '' } `
223
223
: t ( 'buttons.submit-and-go' ) ;
224
224
225
225
const blockNameTitle = `${ t (
You can’t perform that action at this time.
0 commit comments