diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index 4916107aa..1d08de29d 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -272,10 +272,10 @@ sub report_import : Path('/import') { Create the report and set up some basics in it. If there is a partial report requested then use that . -Partial reports are created when people submit to us via mobile apps or by -specially tagging photos on Flickr. They are in the database but are not -completed yet. Users reach us by following a link we email them that contains a -token link. This action looks for the token and if found retrieves the report in it. +Partial reports are created when people submit to us e.g. via mobile apps. +They are in the database but are not completed yet. Users reach us by following +a link we email them that contains a token link. This action looks for the +token and if found retrieves the report in it. =cut |