From 6cf1a199815e932f97a388a7b417d8a73b4ef5ce Mon Sep 17 00:00:00 2001 From: kawase-k Date: Thu, 4 Nov 2021 13:25:42 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=A4=E3=81=84=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=81=AE=E6=95=B0=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/comments.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/comments.vue b/app/javascript/comments.vue index 317c4904917..f8f5a36b2e4 100644 --- a/app/javascript/comments.vue +++ b/app/javascript/comments.vue @@ -8,7 +8,7 @@ button#js-shortcut-post-comment.a-button.is-lg.is-text.is-block( @click='showComments' ) - | 古いコメントを表示する + | コメント({{ commentLimit }})をもっと見る comment( v-for='(comment, index) in comments', :key='comment.id',