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 /src/js/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 'src/js/strings.js')
-rw-r--r-- | src/js/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/strings.js b/src/js/strings.js index a421279..905b2c3 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -42,6 +42,7 @@ invalid_email: 'Invalid email', invalid_report: 'Invalid report', photo_failed: 'There was a problem taking your photo.', + photo_added: 'Photo added', photo_loading: 'Uploading images may take some time, please be patient', upload_aborted: 'There was a problem uploading your report.', try_again: 'Try Again', |