Merge pull request #6646 from edx/missed-an-ellipses

Missed an ellipsis
This commit is contained in:
David Baumgold
2015-01-15 11:56:03 -05:00

View File

@@ -81,7 +81,7 @@
<ul class="discussion-errors"></ul>
<label class="sr" for="add-new-comment">${_("Add a comment")}</label>
<div class="comment-body" id="add-new-comment" data-id="${'<%- wmdId %>'}"
data-placeholder="${_('Add a comment...') | h}"></div>
data-placeholder="${_('Add a comment') | h}"></div>
<div class="comment-post-control">
<a class="discussion-submit-comment control-button" href="#">${_("Submit")}</a>
</div>