]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/communities.html.erb
Refactor i18n so that all community information is available
[rails.git] / app / views / site / communities.html.erb
index aee536c0552e2c43bbe08278b9bca12b89679146..0e5dec3e76d17a9af6472bfa86e8115885851091 100644 (file)
@@ -9,7 +9,7 @@
 <p><%= t ".local_chapters.list_text" %></p>
 <ul>
   <% @local_chapters.each do |chapter| %>
-    <li><a href="<%= chapter.url %>"><%= t "osm_community_index.local_chapter.#{chapter.id}.name" %></a></li>
+    <li><a href="<%= chapter.url %>"><%= t "osm_community_index.communities.#{chapter.id}.name" %></a></li>
   <% end %>
 </ul>