Skip to content

Commit

Permalink
fixed confusing phrasing of follower/following lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat Hagan committed Mar 31, 2011
1 parent 4a28c49 commit 91b0f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Rstatus

#build title
title = ""
title << "#{@user.username}'s Following"
title << "#{@user.username} is following"

haml :"users/list", :locals => {:title => title}
end
Expand All @@ -215,7 +215,7 @@ class Rstatus

#build title
title = ""
title << "#{@user.username}'s Followers"
title << "#{@user.username}'s followers"

haml :"users/list", :locals => {:title => title}
end
Expand Down

0 comments on commit 91b0f7d

Please sign in to comment.