From 98a6b3707b7a0ebdbba0758918517c2a5174b84f 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 --- plugins/community_hub/views/community_hub_plugin_public/_mediation_comment_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_hub/views/community_hub_plugin_public/_mediation_comment_form.html.erb b/plugins/community_hub/views/community_hub_plugin_public/_mediation_comment_form.html.erb index 9f0924d..904ec5c 100644 --- a/plugins/community_hub/views/community_hub_plugin_public/_mediation_comment_form.html.erb +++ b/plugins/community_hub/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