diff --git a/views/reset_change.erb b/views/reset_change.erb index a8854cf..bee8e9a 100644 --- a/views/reset_change.erb +++ b/views/reset_change.erb @@ -3,7 +3,7 @@ <% if @errors %> <% @errors.each do |error| %> <% if error.attribute == :password and error.type == :blank %> -
<%= _("Specify a password.") %>
+<%= _("Enter a password.") %>
<% end %> <% end %> <% end %> diff --git a/views/signup.erb b/views/signup.erb index 8c759ef..ccc76d9 100644 --- a/views/signup.erb +++ b/views/signup.erb @@ -3,7 +3,7 @@ <% if @errors %> <% @errors.each do |error| %> <% if error.attribute == :password and error.type == :blank %> -<%= _("Specify a password.") %> +
<%= _("Enter a password.") %>
<% end %> <% end %> <% end %>