X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68a3df4d53c84508bf443058040379c3a18eb1a7..a2cf9b5b9f568c614ad8bbf8a477326b01cefb57:/app/views/layouts/_header.html.erb
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index efe9efdf8..09a75d891 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -37,15 +37,17 @@
- <%= link_to t('layouts.gps_traces'), traces_path %>
- <%= link_to t('layouts.user_diaries'), diary_path %>
+ - <%= link_to t('layouts.copyright'), copyright_path %>
- <%= link_to t('layouts.help'), help_path %>
- <%= link_to t('layouts.about'), about_path %>
-
- More
+ <%= t 'layouts.more' %>
@@ -61,7 +63,7 @@
<%= link_to inbox_path(:display_name => @user.display_name) do %>
<%= number_with_delimiter(@user.new_messages.size) %>
- <%= t('message.inbox.my_inbox') %>
+ <%= t('user.view.my messages') %>
<% end %>