diff --git a/app/mailers/mailer.rb b/app/mailers/mailer.rb index bf646019a..33b52d170 100644 --- a/app/mailers/mailer.rb +++ b/app/mailers/mailer.rb @@ -1,7 +1,7 @@ class Mailer < ApplicationMailer helper :text_with_links helper :mailer - helper :user + helper :users def comment(comment) @comment = comment diff --git a/config/locales/en.yml b/config/locales/en.yml index 0089fded9..c47a27703 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -340,7 +340,6 @@ en: other: "%{count} Comments" no_activity: "User has no public activity" private_activity: "This user decided to keep the activity list private" - deleted: "Deleted" deleted_debate: "This debate has been deleted" deleted_proposal: "This proposal has been deleted" unauthorized: diff --git a/config/locales/es.yml b/config/locales/es.yml index 9bc0fe644..e6f76ec86 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -340,7 +340,6 @@ es: other: "%{count} Comentarios" no_activity: "Usuario sin actividad pública" private_activity: "Este usuario ha decidido mantener en privado su lista de actividades" - deleted: "Eliminado" deleted_debate: "Este debate ha sido eliminado" deleted_proposal: "Este propuesta ha sido eliminada" unauthorized: