We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0f749 commit d9cb7fcCopy full SHA for d9cb7fc
1 file changed
static/website/templates/get-question.html
@@ -221,7 +221,7 @@ <h4><u>Answers:</u></h4>
221
<textarea name="body" class="new-comment form-control" id="comment{{ answer.id }}" rows="2"></textarea>
222
</form>
223
<a class="add-comment" href="#" data-target="comment{{ answer.id }}">
224
- <small>add comment</small>
+ <small>Submit comment</small>
225
</a>
226
<a class="post-comment" href="#" data-target="comment{{ answer.id }}" data-aid="{{ answer.id }}" data-form="form{{ answer.id }}">
227
<small>post comment</small>
0 commit comments