From 8bbf24d5c8b54d6d868c636b7542151a06cca2cc Mon Sep 17 00:00:00 2001 From: SuzukiShuntarou Date: Tue, 21 Jan 2025 14:09:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=AF=E3=83=86=E3=82=A3?= =?UTF-8?q?=E3=82=B9=E7=94=BB=E9=9D=A2=E3=81=AE=E7=B5=82=E4=BA=86=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E3=81=A8=E3=81=84=E3=81=86=E8=AA=A4=E5=AD=97=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E4=BA=86=E6=9D=A1=E4=BB=B6=E3=81=B8=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/practices/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/practices/show.html.slim b/app/views/practices/show.html.slim index c638c64a71a..49c3e7fc822 100644 --- a/app/views/practices/show.html.slim +++ b/app/views/practices/show.html.slim @@ -114,7 +114,7 @@ .card-footer__description | このプラクティスに提出物はありません。 br - | 終了条件をクリアしたら修了にしてください。 + | 修了条件をクリアしたら修了にしてください。 - if @practice.coding_tests.present? = render partial: 'coding_tests', locals: { coding_tests: @practice.coding_tests }