Commit 62f215120534ec73b62c64bfda2566c0088cd90e

Authored by Francisco Júnior
1 parent c77bae3e
Exists in master

community_hub: rename button label

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 %>
... ...