From 0ddb1364bc3828ad559c8accaf94c8955b1bcdb3 Mon Sep 17 00:00:00 2001 From: ricola Date: Thu, 4 Dec 2025 01:45:59 +0100 Subject: [PATCH] Simplify --- views/reset_change.erb | 2 +- views/signup.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %>