diff --git a/src/client/i18n/cn.json b/src/client/i18n/cn.json
index 308a2fc..17f8b70 100644
--- a/src/client/i18n/cn.json
+++ b/src/client/i18n/cn.json
@@ -19,6 +19,7 @@
"pleaseLogin": "请登录后再使用管理员邮箱评论",
"sendError": "评论失败~",
"more": "更多评论",
+ "moreCommentsChild": "展开剩余的$counter条回复评论",
"notComments": "没有评论",
"commentsAudit": "您的评论可能需要通过审核后才能显示",
"commentsError": "获取评论失败~",
diff --git a/src/client/i18n/en.json b/src/client/i18n/en.json
index 836535f..503caa5 100644
--- a/src/client/i18n/en.json
+++ b/src/client/i18n/en.json
@@ -19,6 +19,7 @@
"pleaseLogin": "Please log in and then use the admin email to comment",
"sendError": "Comment failed~",
"more": "More",
+ "moreCommentsChild": "Expand the remaining $counter reply comments",
"notComments": "Not Comments",
"commentsAudit": "Your comment may need to be moderated before it can be displayed",
"commentsError": "Failed to get comments~",
diff --git a/src/client/view/comment.svelte b/src/client/view/comment.svelte
index 39302ca..012c204 100644
--- a/src/client/view/comment.svelte
+++ b/src/client/view/comment.svelte
@@ -86,7 +86,7 @@
{#if replying === comment.id}