Commit 4cac9e4255f569d203189dca03b7f11572dbf13d
Exists in
staging
and in
4 other branches
Merge branch 'hub-fixes' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 %> | ... | ... |