diff options
-rw-r--r-- | app/models/public_body.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index cb1b8bfd0..33b0bdb9c 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -22,7 +22,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: public_body.rb,v 1.30 2008-03-03 00:43:51 francis Exp $ +# $Id: public_body.rb,v 1.31 2008-03-03 12:47:13 francis Exp $ require 'csv' require 'set' @@ -40,7 +40,7 @@ class PublicBody < ActiveRecord::Base def self.categories_by_tag { "local_council" => "Local Councils", - "department" => "Departments", + "department" => "Ministerial Departments", "other" => "Other" } end |