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 }