From 8e1f1769622dba30f8e156649d50e19ad44c27d4 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 16 Sep 2013 12:33:18 +0100 Subject: 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 --- src/js/strings.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/js/strings.js') 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', -- cgit v1.2.3