Commit 98a6b3707b7a0ebdbba0758918517c2a5174b84f

Authored by Francisco Júnior
1 parent 570e7432

community_hub: rename button label

plugins/community_hub/views/community_hub_plugin_public/_mediation_comment_form.html.erb
... ... @@ -8,5 +8,5 @@
8 8 <%= f.text_area(:body,
9 9 :rows => 4,
10 10 :placeholder => _('Type your comment here')) %>
11   - <%= submit_button('add', _('Post'), :onclick => "new_mediation_comment(this,#{mediation.id}); return false;") %>
  11 + <%= submit_button('add', _('Send'), :onclick => "new_mediation_comment(this,#{mediation.id}); return false;") %>
12 12 <% end %>
... ...