From b75997a7a677b20d5ae5228dfeeee3a947a32ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Tue, 19 Jun 2018 09:58:51 +0200 Subject: [PATCH] Added missing translations --- app/views/proposals_dashboard/index.html.erb | 2 +- config/locales/en/general.yml | 1 + config/locales/es/general.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/proposals_dashboard/index.html.erb b/app/views/proposals_dashboard/index.html.erb index a04d700ca..42e6fe9c5 100644 --- a/app/views/proposals_dashboard/index.html.erb +++ b/app/views/proposals_dashboard/index.html.erb @@ -47,7 +47,7 @@ - + <% proposed_actions.resources.each do |resource| %> <% if resource.request_to_administrators? %> diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index c836d6ed1..9f48c003a 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -499,6 +499,7 @@ en: send_notification: Send notification retire: Retire progress: Progress + resources: Resources actions: Actions proposed_action: execute: Execute diff --git a/config/locales/es/general.yml b/config/locales/es/general.yml index 76c8ca2da..11fc580f5 100644 --- a/config/locales/es/general.yml +++ b/config/locales/es/general.yml @@ -499,6 +499,7 @@ es: send_notification: Enviar notificación retire: Retirar progress: Progreso + resources: Recursos actions: Acciones proposed_action: execute: Ejecutar