Skip to content

Commit 806e706

Browse files
committed
improve: セクションタイトルを「年次データを取得する」に変更
訪問者が主語として行動しやすいよう、動詞を使った表現に変更 - 年次データのフィルタリング → 年次データを取得する
1 parent 4043516 commit 806e706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/dojos/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
</div>
2727
</p>
2828

29-
<!-- 年次データフィルタリング -->
29+
<!-- 年次データを取得する -->
3030
<div style="margin: 30px auto; padding: 20px; background: #f8f9fa; border-radius: 8px; max-width: 600px;">
3131
<h3 id="table">
3232
<a href="#table">📊</a>
33-
年次データのフィルタリング
33+
年次データを取得する
3434
</h3>
3535

3636
<%= render_inline_flash_messages %>

0 commit comments

Comments
 (0)