diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:41:37 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:41:37 +0100 |
commit | f62341a2a61e3ef87b4aae460e84405ba2c30d87 (patch) | |
tree | 22be4ca9e9250725285407ecb3c8b47609df6a4c | |
parent | e419a63a5dd8cfd2d15e0774710c63baeedab749 (diff) |
another typo
-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 43a429c8e..d0fc62e12 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -218,7 +218,7 @@ class TrackThing < ActiveRecord::Base :title_in_email => _("New Freedom of Information requests"), :title_in_rss => _("New Freedom of Information requests"), # Authentication - :web => _("To be follow new requests"), + :web => _("To follow new requests"), :email => _("Then you will be following all new FOI requests."), :email_subject => _("Confirm you want to follow new requests"), # RSS sorting |