diff --git a/hypha/apply/activity/templates/activity/include/comment_form.html b/hypha/apply/activity/templates/activity/include/comment_form.html index 7ee2a49114e582d0f4d9a1c8fecd0d24dd49c0fc..ac6180410b3d2f9da340a80dea8fd91be9113690 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>