Skip to content

Commit d9cb7fc

Browse files
authored
Modify comment label (#74)
1 parent cb0f749 commit d9cb7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/website/templates/get-question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h4><u>Answers:</u></h4>
221221
<textarea name="body" class="new-comment form-control" id="comment{{ answer.id }}" rows="2"></textarea>
222222
</form>
223223
<a class="add-comment" href="#" data-target="comment{{ answer.id }}">
224-
<small>add comment</small>
224+
<small>Submit comment</small>
225225
</a>
226226
<a class="post-comment" href="#" data-target="comment{{ answer.id }}" data-aid="{{ answer.id }}" data-form="form{{ answer.id }}">
227227
<small>post comment</small>

0 commit comments

Comments
 (0)