parent
df061947c4
commit
26698d6d26
2 changed files with 2 additions and 3 deletions
|
@ -191,7 +191,7 @@
|
|||
<div class="col-md order-md-last">
|
||||
<% if @user.home_lat.nil? or @user.home_lon.nil? %>
|
||||
<div id="map" class="content_map">
|
||||
<p id="no_home_location"><%= t(".if_set_location_html", :settings_link => (link_to t(".settings_link_text"), :controller => "users", :action => "account", :display_name => current_user.display_name)) %></p>
|
||||
<p id="no_home_location"><%= t(".set_location_html", :edit_profile_url => edit_profile_path) %></p>
|
||||
</div>
|
||||
<% else %>
|
||||
<% content_for :head do %>
|
||||
|
|
|
@ -2505,8 +2505,7 @@ en:
|
|||
spam score: "Spam Score:"
|
||||
description: Description
|
||||
user location: User location
|
||||
if_set_location_html: "Set your home location on the %{settings_link} page to see nearby users."
|
||||
settings_link_text: settings
|
||||
set_location_html: "<a href=\"%{edit_profile_url}\">Edit your profile</a> and set your home location to see nearby users."
|
||||
my friends: My friends
|
||||
no friends: You have not added any friends yet.
|
||||
km away: "%{count}km away"
|
||||
|
|
Loading…
Add table
Reference in a new issue