diff options
-rw-r--r-- | app/models/track_thing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/track_thing.rb b/app/models/track_thing.rb index 7f6bc9a7e..43a429c8e 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -219,7 +219,7 @@ class TrackThing < ActiveRecord::Base :title_in_rss => _("New Freedom of Information requests"), # Authentication :web => _("To be follow new requests"), - :email => _("Then you will be following all new FOI request."), + :email => _("Then you will be following all new FOI requests."), :email_subject => _("Confirm you want to follow new requests"), # RSS sorting :feed_sortby => 'newest' |