diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb
index d9d54f7a0..499f9a54c 100644
--- a/app/views/admin/_menu.html.erb
+++ b/app/views/admin/_menu.html.erb
@@ -76,7 +76,7 @@
>
- <%= t("admin.menu.messaging_users") %>
+ <%= t("admin.menu.emails") %>
>
- >
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml
index e9b188efe..5e70d609f 100644
--- a/config/locales/en/admin.yml
+++ b/config/locales/en/admin.yml
@@ -965,11 +965,6 @@ en:
description: Description
image: Image
show_image: Show image
- view: View
- proposal: Proposal
- author: Author
- content: Content
- created_at: Created at
moderated_content: "Check the content moderated by the moderators, and confirm if the moderation has been done correctly."
spending_proposals:
index:
diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml
index 2d2ea7f7e..48a2ee30c 100644
--- a/config/locales/es/admin.yml
+++ b/config/locales/es/admin.yml
@@ -965,11 +965,6 @@ es:
description: Descripción
image: Imagen
show_image: Mostrar imagen
- view: Ver
- proposal: Propuesta
- author: Autor
- content: Contenido
- created_at: Fecha de creación
moderated_content: "Revisa el contenido moderado por los moderadores, y confirma si la moderación se ha realizado correctamente."
spending_proposals:
index:
diff --git a/spec/features/budgets/budgets_spec.rb b/spec/features/budgets/budgets_spec.rb
index dc50f5d8b..2400a8c6a 100644
--- a/spec/features/budgets/budgets_spec.rb
+++ b/spec/features/budgets/budgets_spec.rb
@@ -22,7 +22,7 @@ feature 'Budgets' do
expect(page).to have_content(budget.name)
expect(page).to have_content(budget.description)
expect(page).to have_content('Actual phase')
- expect(page).to have_content('Informing')
+ expect(page).to have_content('Information')
expect(page).to have_link('Help with participatory budgets')
expect(page).to have_link('See all phases')
end