improves i18n for community
This commit is contained in:
@@ -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")) %>
|
||||
|
||||
Reference in New Issue
Block a user