From 56c4b4c66a81a85431937c4e9669d3ff5bfb6a42 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Mon, 16 Aug 2021 16:42:55 +0200 Subject: [PATCH] Rename Comment button to Submit. --- .../apply/activity/templates/activity/include/comment_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/activity/templates/activity/include/comment_form.html b/hypha/apply/activity/templates/activity/include/comment_form.html index 7ee2a4911..ac6180410 100644 --- a/hypha/apply/activity/templates/activity/include/comment_form.html +++ b/hypha/apply/activity/templates/activity/include/comment_form.html @@ -1,4 +1,4 @@ <h4>Add communication</h4> <div class="wrapper wrapper--comments"> - {% include 'funds/includes/delegated_form_base.html' with form=comment_form value='Comment' extra_classes='form__comments'%} + {% include 'funds/includes/delegated_form_base.html' with form=comment_form value='Submit' extra_classes='form__comments'%} </div> -- GitLab