diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
commit | f7b610ebbfa0552b727a41fc092ac9c8c1b7fe3a (patch) | |
tree | 0b7cca4822911d18e003b7bbbb0c995ad882d2cf /app/models/info_request_event.rb | |
parent | 9438fe1eb36ed95c0787c8d764e94fde2698012e (diff) |
Change 'rejected' to 'refused', as used in the law
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 4e2a10a1f..1422431dc 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -282,7 +282,7 @@ class InfoRequestEvent < ActiveRecord::Base elsif status == 'not_held' return "Information not held" elsif status == 'rejected' - return "Rejection" + return "Refused" elsif status == 'partially_successful' return "Some information sent" elsif status == 'successful' |