diff --git a/app/views/admin/administrators/index.html.erb b/app/views/admin/administrators/index.html.erb
index 90dc07e5d..8d58e38bc 100644
--- a/app/views/admin/administrators/index.html.erb
+++ b/app/views/admin/administrators/index.html.erb
@@ -9,9 +9,9 @@
| <%= t("admin.administrators.index.id") %> |
- <%= t("admin.administrators.index.name") %> |
- <%= t("admin.administrators.index.email") %> |
- <%= t("admin.administrators.index.description") %> |
+ <%= Administrator.human_attribute_name(:name) %> |
+ <%= Administrator.human_attribute_name(:email) %> |
+ <%= Administrator.human_attribute_name(:description) %> |
<%= t("admin.shared.actions") %> |
<% @administrators.each do |administrator| %>
diff --git a/app/views/admin/administrators/search.html.erb b/app/views/admin/administrators/search.html.erb
index e407ef4f5..4d971ba53 100644
--- a/app/views/admin/administrators/search.html.erb
+++ b/app/views/admin/administrators/search.html.erb
@@ -8,8 +8,8 @@
- | <%= t("admin.administrators.index.name") %> |
- <%= t("admin.administrators.index.email") %> |
+ <%= Administrator.human_attribute_name(:name) %> |
+ <%= Administrator.human_attribute_name(:email) %> |
<%= t("admin.shared.actions") %> |
diff --git a/app/views/admin/managers/index.html.erb b/app/views/admin/managers/index.html.erb
index 86cfa88bc..90fc86772 100644
--- a/app/views/admin/managers/index.html.erb
+++ b/app/views/admin/managers/index.html.erb
@@ -8,8 +8,8 @@
- | <%= t("admin.managers.index.name") %> |
- <%= t("admin.managers.index.email") %> |
+ <%= Manager.human_attribute_name(:name) %> |
+ <%= Manager.human_attribute_name(:email) %> |
<%= t("admin.shared.actions") %> |
diff --git a/app/views/admin/managers/search.html.erb b/app/views/admin/managers/search.html.erb
index 60a5fcc54..3ceae0935 100644
--- a/app/views/admin/managers/search.html.erb
+++ b/app/views/admin/managers/search.html.erb
@@ -8,8 +8,8 @@
- | <%= t("admin.managers.index.name") %> |
- <%= t("admin.managers.index.email") %> |
+ <%= Manager.human_attribute_name(:name) %> |
+ <%= Manager.human_attribute_name(:email) %> |
<%= t("admin.shared.actions") %> |
diff --git a/app/views/admin/moderators/index.html.erb b/app/views/admin/moderators/index.html.erb
index beb22577c..2ded206e5 100644
--- a/app/views/admin/moderators/index.html.erb
+++ b/app/views/admin/moderators/index.html.erb
@@ -10,8 +10,8 @@
- | <%= t("admin.moderators.index.name") %> |
- <%= t("admin.moderators.index.email") %> |
+ <%= Moderator.human_attribute_name(:name) %> |
+ <%= Moderator.human_attribute_name(:email) %> |
<%= t("admin.shared.actions") %> |
diff --git a/app/views/admin/moderators/search.html.erb b/app/views/admin/moderators/search.html.erb
index 2b4607947..bf2ed25f4 100644
--- a/app/views/admin/moderators/search.html.erb
+++ b/app/views/admin/moderators/search.html.erb
@@ -8,8 +8,8 @@
- | <%= t("admin.moderators.index.name") %> |
- <%= t("admin.moderators.index.email") %> |
+ <%= Moderator.human_attribute_name(:name) %> |
+ <%= Moderator.human_attribute_name(:email) %> |
<%= t("admin.shared.actions") %> |
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml
index 8fe8c4236..df6d74990 100644
--- a/config/locales/en/admin.yml
+++ b/config/locales/en/admin.yml
@@ -614,8 +614,6 @@ en:
managers:
index:
title: Managers
- name: Name
- email: Email
no_managers: There are no managers.
manager:
add: Add
@@ -698,9 +696,6 @@ en:
administrators:
index:
title: Administrators
- name: Name
- email: Email
- description: Description
id: Administrator ID
no_administrators: There are no administrators.
administrator:
@@ -714,8 +709,6 @@ en:
moderators:
index:
title: Moderators
- name: Name
- email: Email
no_moderators: There are no moderators.
moderator:
add: Add
diff --git a/config/locales/es/activerecord.yml b/config/locales/es/activerecord.yml
index 96f7fcd63..1f505a6bc 100644
--- a/config/locales/es/activerecord.yml
+++ b/config/locales/es/activerecord.yml
@@ -145,8 +145,6 @@ es:
one: Registro del censo local
other: Registros del censo local
attributes:
- administrator:
- description: Descripción
budget:
name: "Nombre"
description_accepting: "Descripción durante la fase de presentación de proyectos"
diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml
index 0c18e9209..81ecc1259 100644
--- a/config/locales/es/admin.yml
+++ b/config/locales/es/admin.yml
@@ -613,8 +613,6 @@ es:
managers:
index:
title: Gestores
- name: Nombre
- email: Email
no_managers: No hay gestores.
manager:
add: Añadir como gestor
@@ -697,9 +695,6 @@ es:
administrators:
index:
title: Administradores
- name: Nombre
- email: Email
- description: Descripción
id: ID de Administrador
no_administrators: No hay administradores.
administrator:
@@ -713,8 +708,6 @@ es:
moderators:
index:
title: Moderadores
- name: Nombre
- email: Email
no_moderators: No hay moderadores.
moderator:
add: Añadir como Moderador