This commit is contained in:
Van
2019-03-22 09:05:11 +08:00
parent ad7e12ef30
commit fbba7cde5c
8 changed files with 61 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
${postCommentsLabel}
</div>
<div class="comment">
<textarea rows="3" placeholder="${postCommentsLabel}" id="comment"></textarea>
<textarea rows="3" placeholder="${commentContentLabel}" id="comment"></textarea>
</div>
</#if>
</#macro>