Fix typo, should be password
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<div class="signup">
|
||||
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
|
||||
<div class="header">
|
||||
|
||||
|
||||
<h2>Forgot Password</h2>
|
||||
<p>Fill out the form below to reset your email.</p>
|
||||
<p>Fill out the form below to reset your password.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<div class="actions">
|
||||
<%= submit_tag "Send Forgot Password Email", {:class => "btn btn-warning btn-small"} %>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user