diff --git a/opentech/apply/activity/templates/activity/include/comment_form.html b/opentech/apply/activity/templates/activity/include/comment_form.html index 2db10184cc3551622e160301d2301ec269d119ae..86580f32e01049f825ac324425ea7d076be47eb2 100644 --- a/opentech/apply/activity/templates/activity/include/comment_form.html +++ b/opentech/apply/activity/templates/activity/include/comment_form.html @@ -1,5 +1,5 @@ <form class="form form--comments" method="post" id="comment-form"> {% csrf_token %} {{ comment_form }} - <input id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="Comment"> + <input id="comment-form-submit" name="form-submitted" form="comment-form" class="button button--primary" type="submit" value="Add message"> </form>