Changed community.yml buttons.
This commit is contained in:
committed by
taitus
parent
a1d37fa6c4
commit
83683eb53f
@@ -9,8 +9,7 @@
|
||||
</div>
|
||||
|
||||
<div class="actions small-12 column">
|
||||
<%= 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")) %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user