From 83683eb53f4df53c382228f4b6cc54942e8e35a2 Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Mon, 7 Aug 2017 19:10:00 +0200 Subject: [PATCH] Changed community.yml buttons. --- app/views/topics/_form.html.erb | 3 +-- config/locales/es/community.yml | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/topics/_form.html.erb b/app/views/topics/_form.html.erb index a5cc1532f..80daac2c0 100644 --- a/app/views/topics/_form.html.erb +++ b/app/views/topics/_form.html.erb @@ -9,8 +9,7 @@
- <%= f.submit(class: "button", value: t("community.topic.form.submit_button")) %> - <%#= f.submit(class: "button", value: t("community.topic.#{action_name}.form.submit_button")) %> + <%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>
<% end %> diff --git a/config/locales/es/community.yml b/config/locales/es/community.yml index 958a9ce37..bfde5227b 100644 --- a/config/locales/es/community.yml +++ b/config/locales/es/community.yml @@ -21,4 +21,8 @@ es: edit_button: Editar form: topic_title: Titulo del tema - submit_button: Crear tema + topic_description_as_comment: Comentario inicial + new: + submit_button: Crear tema + edit: + submit_button: Editar tema