Adjusts language
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<main class="intro_tpl">
|
||||
<h1 class="prft-heading">Let's Get Started</h1>
|
||||
<p>
|
||||
Hey there! Give us your test id, and we'll get you started.
|
||||
Hey there! Give us your Test ID, and we'll get you started.
|
||||
</p>
|
||||
|
||||
<%= form_tag(validate_candidate_path) do %>
|
||||
@ -15,6 +15,6 @@
|
||||
<div class="error"><%= flash[:error] %></div>
|
||||
<% end %>
|
||||
</div>
|
||||
<button type="submit">Login</button>
|
||||
<button type="submit">Log in</button>
|
||||
<% end %>
|
||||
</main>
|
||||
|
@ -28,10 +28,10 @@
|
||||
<% else %>
|
||||
|
||||
<div class="btn-container-left">
|
||||
<input type="submit" name="save" value="Save">
|
||||
<input type="submit" class="secondary-btn" name="save" value="Save">
|
||||
</div>
|
||||
<div class="btn-container-right">
|
||||
<input type="submit" name="submit" value="Next">
|
||||
<input type="submit" class="tertiary-btn arrow-btn-right" name="submit" value="Next →">
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<main class="intro_tpl">
|
||||
<h1 class="prft-heading">Welcome Back</h1>
|
||||
|
||||
<p>Hello <%= current_candidate.name %></p>
|
||||
<p>Hello, <%= current_candidate.name %>!</p>
|
||||
|
||||
<p>
|
||||
We are ready to pick up where you left off.
|
||||
|
Reference in New Issue
Block a user