]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5681'
authorTom Hughes <tom@compton.nu>
Sat, 15 Feb 2025 17:36:29 +0000 (17:36 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 15 Feb 2025 17:36:29 +0000 (17:36 +0000)
1  2 
app/views/layouts/_header.html.erb
config/locales/en.yml

index 1f5856908abed577e1a18c580b94a7c679dfeb51,2e5af50b494e44bc012acff747e113a1943e8e6f..f09812972ef31ff234233072891f20a0bb1d4300
              <span class='badge count-number'><%= number_with_delimiter(current_user.new_messages.size) %></span>
            <% end %>
            <%= link_to t("users.show.my profile"), current_user, :class => "dropdown-item" %>
-           <%= link_to t("users.show.my settings"), edit_account_path, :class => "dropdown-item" %>
+           <%= link_to t("users.show.my_account"), edit_account_path, :class => "dropdown-item" %>
            <%= link_to t("users.show.my_preferences"), preferences_path, :class => "dropdown-item" %>
            <div class="dropdown-divider"></div>
 -          <%= yield :greeting %>
 +          <% if current_user.home_location? %>
 +            <%= link_to t("layouts.home"), account_home_path, :class => "dropdown-item" %>
 +          <% end %>
            <%= link_to t("layouts.logout"), logout_path(:referer => request.fullpath), :method => "post", :class => "geolink dropdown-item" %>
          </div>
        </div>
Simple merge