X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2436f9e580edb2d4f23db0f489e619d6fb69764f..9778714046ce226e076e2075a826a81f5ea983af:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 0db30f5b5..caa7730cb 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -191,7 +191,7 @@
<% if @user.home_lat.nil? or @user.home_lon.nil? %>
-

<%= t(".set_location_html", :edit_profile_url => edit_profile_path) %>

+

<%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), edit_profile_path)) %>

<% else %> <% content_for :head do %>