diff options
author | francis <francis> | 2008-05-21 14:51:34 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-21 14:51:34 +0000 |
commit | 9e840737f0f96e66f71aa8597246a3d5629701ec (patch) | |
tree | f63ae445c35008736526bc5cc133c54c2268cfcd | |
parent | 4945a4c4801326553be87c80a381afdd787841c3 (diff) |
They are authorities, not bodies.
-rw-r--r-- | app/controllers/track_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 03867cfe1..6bdd8960f 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_controller.rb,v 1.20 2008-05-15 23:59:04 francis Exp $ +# $Id: track_controller.rb,v 1.21 2008-05-21 14:51:34 francis Exp $ class TrackController < ApplicationController @@ -74,7 +74,7 @@ class TrackController < ApplicationController if @track_thing.track_medium == 'feed' redirect_to :controller => 'track', :action => 'atom_feed', :track_id => @track_thing.id else - flash[:notice] = "You are " + ret + " tracking this public body!" + flash[:notice] = "You are " + ret + " tracking this public authority!" redirect_to public_body_url(@public_body) end end |