]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
Add a few missing translations. Closes #1903.
[rails.git] / app / views / site / index.rhtml
index 37004e25bdbf872c91259622b53c5c6036164f41..855f3f495eb021be5ed5ec66c31de79105421248 100644 (file)
@@ -1,6 +1,6 @@
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
-<%= link_to_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
+<%= link_to_function t('site.index.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
 <% end %>
 <% end %>