diff --git a/app/views/admin/organizations/index.html.erb b/app/views/admin/organizations/index.html.erb
index 71bcd8558..409aa166c 100644
--- a/app/views/admin/organizations/index.html.erb
+++ b/app/views/admin/organizations/index.html.erb
@@ -34,14 +34,6 @@
<%= organization.name %> |
<%= organization.email %> |
<%= organization.phone_number %> |
-
- <%= t("shared.collective") %> |
-
-
-
- <%= link_to t("admin.organizations.index.edit"), "", class: "button radius tiny" %>
-
- |
<% if organization.verified? %>
diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml
index 40268bfe0..976988cda 100644
--- a/config/locales/admin.en.yml
+++ b/config/locales/admin.en.yml
@@ -27,7 +27,6 @@ en:
verified: Verified
rejected: Rejected
filter: Filter
- edit: Edit
filters:
all: All
pending: Pending
diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml
index 20ed85b1f..924c1bd5f 100644
--- a/config/locales/admin.es.yml
+++ b/config/locales/admin.es.yml
@@ -27,7 +27,6 @@ es:
verified: Verificada
rejected: Rechazada
filter: Filtro
- edit: Editar
filters:
all: Todas
pending: Pendientes
|