Commit 4a580871
Changed files (1)
app
views
profiles
app/views/profiles/show.html.erb
@@ -24,7 +24,7 @@
</div>
<% if @nearby_users.any? %>
<div>
- <h4>Other Artists Nearby</h4>
+ <h4>Other Members Nearby</h4>
<ul class="unstyled">
<% @nearby_users.each do |item| %>
<li><%= link_to item.name, profile_path(item), :class => "mix-link", "data-event" => "click-on-nearby-user" %> <small>(<%= item.city %>)</small></li>