diff options
author | Struan Donald <struan@exo.org.uk> | 2013-10-02 16:16:37 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-10-02 16:16:37 +0100 |
commit | a4175ffd108308ad6c848c0dbac3cb05a58b4eec (patch) | |
tree | d46d073593003d936155f04cdafafd5e73b4670a /t/app/controller/report_display.t | |
parent | a15aea4cad4122db9d5ebf375421830fd39065b4 (diff) |
Reported via mobile device rather than by
Fixes #586
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 62a5b3667..c17ee70ea 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -183,14 +183,14 @@ foreach my $meta ( category => '', service => 'Transport service', meta => -'Reported by Transport service by Test User at 15:47, Sat 16 April 2011' +'Reported via Transport service by Test User at 15:47, Sat 16 April 2011' }, { anonymous => 'f', category => 'Roads', service => 'Transport service', meta => -'Reported by Transport service in the Roads category by Test User at 15:47, Sat 16 April 2011' +'Reported via Transport service in the Roads category by Test User at 15:47, Sat 16 April 2011' }, { anonymous => 't', @@ -210,14 +210,14 @@ foreach my $meta ( category => '', service => 'Transport service', meta => -'Reported by Transport service anonymously at 15:47, Sat 16 April 2011' +'Reported via Transport service anonymously at 15:47, Sat 16 April 2011' }, { anonymous => 't', category => 'Roads', service => 'Transport service', meta => -'Reported by Transport service in the Roads category anonymously at 15:47, Sat 16 April 2011' +'Reported via Transport service in the Roads category anonymously at 15:47, Sat 16 April 2011' }, ) { |