diff --git a/views/_follows.erb b/views/_follows.erb index 0517ae9f..ef111417 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -1,7 +1,7 @@ <% site_followings = site.followings %> <% if (!is_current_site && !site_followings.empty?) || is_current_site %>
-

<%= is_current_site ? 'You follow' : 'This site follows' %>

+

<%= is_current_site ? 'Sites you follow' : 'This site follows' %>

<% if site_followings.empty? %>

You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> @@ -15,7 +15,7 @@ <% site_follows = site.follows %> <% if (!is_current_site && !site_follows.empty?) || is_current_site %>

-

Followers

+

Sites that follow you

<% if site_follows.empty? %> No followers yet. <% else %>