itizawa 6 yıl önce
ebeveyn
işleme
7b104104a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/server/routes/comment.js

+ 1 - 1
src/server/routes/comment.js

@@ -163,7 +163,7 @@ module.exports = function(crowi, app) {
     const commentId = commentForm.comment_id;
     const commentId = commentForm.comment_id;
 
 
     if (comment === '') {
     if (comment === '') {
-      return res.json(ApiResponse.error('comment text is required'));
+      return res.json(ApiResponse.error('Comment text is required'));
     }
     }
 
 
     if (commentId == null) {
     if (commentId == null) {