Commit 4cac9e4255f569d203189dca03b7f11572dbf13d

Authored by Francisco Júnior
2 parents 22f50988 98a6b370

Merge branch 'hub-fixes' into stable

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