Skip to content

Commit 29e0514

Browse files
committed
統計ページの英語説明文を改善
- "across the country" を "across Japan" に変更 - 日本国内の統計であることを明確化 - メタ説明文と本文で一貫した表現に統一
1 parent 788dcb5 commit 29e0514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/stats/show.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% provide(:title, @lang == 'en' ? 'Statistics' : '統計情報') %>
2-
<% provide(:desc, @lang == 'en' ? 'Statistics of CoderDojo in Japan. Use this page to understand activities across the country.' : 'CoderDojo の統計情報をまとめたページです。全国の活動状況を把握したい場面などでご活用ください。') %>
2+
<% provide(:desc, @lang == 'en' ? 'Statistics of CoderDojo activities across Japan. Use this to understand CoderDojo activities across Japan.' : 'CoderDojo の統計情報をまとめたページです。全国の活動状況を把握したい場面などでご活用ください。') %>
33
<% provide(:url, @lang == 'en' ? english_stats_url : stats_url) %>
44
<% provide(:meta_image, '/img/ogp-stats.jpeg') %>
55
<% provide(:lang, @lang) %>
@@ -15,7 +15,7 @@
1515
<h1><%= @lang == 'en' ? 'Statistics' : '統計情報' %></h1>
1616
<div style="margin: 30px 36px 0;">
1717
<% if @lang == 'en' %>
18-
This page presents statistics of CoderDojo in Japan.<br class="ignore-sp">Use this to understand activities across the country.
18+
This page presents statistics of CoderDojo in Japan.<br class="ignore-sp">Use this to understand CoderDojo activities across Japan.
1919
<% else %>
2020
本ページでは CoderDojo の統計情報をまとめています。<br class="ignore-sp">全国の活動状況を把握したい場面などでご活用ください。
2121
<% end %>

0 commit comments

Comments
 (0)