diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 12:33:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 12:33:18 +0100 |
commit | 8e1f1769622dba30f8e156649d50e19ad44c27d4 (patch) | |
tree | c8f10e47a78ccb5c9a4018210c587f201ba95c83 /templates/strings.js | |
parent | 247652f45c990d108765948d25cfa741bdc598f3 (diff) |
Change photo page title if report has a photo
Also update it when adding a photo to give an indication that adding the
photo was succesful. This is to remove any confusion about whether the
photo on the page has been added.
Fixes #130
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/strings.js b/templates/strings.js index 661a01a..d5bbc54 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -42,6 +42,7 @@ invalid_email: '[% loc('Invalid email') %]', invalid_report: '[% loc('Invalid report') %]', photo_failed: '[% loc('There was a problem taking your photo.') %]', + photo_added: '[% loc('Photo added') %]', photo_loading: '[% loc('Uploading images may take some time, please be patient') %]', upload_aborted: '[% loc('There was a problem uploading your report.') %]', try_again: '[% loc('Try Again') %]', |