improves i18n for community

This commit is contained in:
decabeza
2017-09-21 17:39:32 +02:00
parent c887cb7366
commit 0fa59401e4
3 changed files with 21 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
<%= f.label :title, t("community.topic.form.topic_title") %>
<%= f.text_field :title, label: false %>
<%= f.label :description, t("community.topic.form.topic_description") %>
<%= f.label :description, t("community.topic.form.topic_text") %>
<%= f.text_area :description, label: false, rows: "5" %>
<%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>