diff options
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 5138899..eceda37 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -24,7 +24,7 @@ if (commentLoadingTime > 20) { clearInterval(commentCheckInterval); $('#post-comment').hide(); - $('#post-loading p').text('评论区加载失败'); + $('#post-loading p').text('{{ i18n "postCommentLoadingFailed" }}'); } return; } else { |