From 62f215120534ec73b62c64bfda2566c0088cd90e Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Wed, 17 Dec 2014 11:54:50 -0300 Subject: [PATCH] community_hub: rename button label --- views/community_hub_plugin_public/_mediation_comment_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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