diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-09-20 11:38:11 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2016-09-20 11:38:11 +0100 |
commit | 0c0c902df43bc226c69d703aa3fff102192e5285 (patch) | |
tree | acc0ecd6f366e03276d66461b2b1442f6862ec00 | |
parent | e9a5d2fb6e1985a0d946ad3574234784f4f659c4 (diff) |
Clearer wording for photo advice
-rw-r--r-- | templates/web/base/report/new/after_photo.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/base/report/new/after_photo.html b/templates/web/base/report/new/after_photo.html index 3fed031a8..fb07ed056 100644 --- a/templates/web/base/report/new/after_photo.html +++ b/templates/web/base/report/new/after_photo.html @@ -1,8 +1,7 @@ <div class="description_tips"> <h4>[% loc('Tips for perfect photos') %]</h4> <ul class="do"> - <li>[% loc('Show what the problem is') %]</li> - <li>[% loc('Show where it’s located') %]</li> + <li>[% loc('For best results include a close-up and a wide shot') %]</li> </ul> <ul class="dont"> <li>[% loc('Avoid personal information and vehicle number plates') %]</li> |