Adjusts language

This commit is contained in:
Jennifer Siegfried
2016-08-04 07:51:54 -06:00
parent 7f72e6eabd
commit f83add726b
9 changed files with 27 additions and 20 deletions

View File

@ -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>

View File

@ -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 &rarr;">
</div>
<% end %>

View File

@ -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.