diff --git a/views/community_hub_plugin_public/_mediation_comment_form.html.erb b/views/community_hub_plugin_public/_mediation_comment_form.html.erb index 9f0924d..904ec5c 100644 --- a/views/community_hub_plugin_public/_mediation_comment_form.html.erb +++ b/views/community_hub_plugin_public/_mediation_comment_form.html.erb @@ -8,5 +8,5 @@ <%= f.text_area(:body, :rows => 4, :placeholder => _('Type your comment here')) %> - <%= submit_button('add', _('Post'), :onclick => "new_mediation_comment(this,#{mediation.id}); return false;") %> + <%= submit_button('add', _('Send'), :onclick => "new_mediation_comment(this,#{mediation.id}); return false;") %> <% end %> -- libgit2 0.21.2