aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-06-15 08:41:09 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-06-15 08:41:09 +0100
commite419a63a5dd8cfd2d15e0774710c63baeedab749 (patch)
treec20074031693d59ea774325e3ffc1125a976764f
parent8ba3e9ba255263c0cdd75391666f4a09d26fc496 (diff)
typo in user-facing string
-rw-r--r--app/models/track_thing.rb2
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'