Adjusts language
This commit is contained in:
parent
a714d1c5a1
commit
991925f33d
@ -1,4 +1,5 @@
|
||||
<main class="styleguide_tpl">
|
||||
<h1>Thank you!</h1>
|
||||
<p>
|
||||
Your answers have been submitted. We will review and your recruiter
|
||||
will be in touch.
|
||||
|
@ -13,8 +13,15 @@
|
||||
<div id="nojs<%= question.question_id %>" data-id="live-coder-finish-later">
|
||||
<noscript>
|
||||
<p class="warning">
|
||||
This is a question where you will be asked to write code, and it utilizes a JavaScript-enabled
|
||||
<% unless params[:action] == 'summary' %>
|
||||
This is a question where you will be
|
||||
<% else %>
|
||||
This is a question where you were
|
||||
<% end %>
|
||||
|
||||
asked to write code, and it utilizes a JavaScript-enabled
|
||||
environment. It looks like JavaScript is not loaded.
|
||||
|
||||
<% unless params[:action] == 'summary' %>
|
||||
Please check the box below to acknowledge that you agree to come back at a later time to finish
|
||||
answering this question before you can submit the test.
|
||||
|
Loading…
Reference in New Issue
Block a user