aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/photo.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/photo.js')
-rw-r--r--src/js/views/photo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/photo.js b/src/js/views/photo.js
index e3bb489..7acef6c 100644
--- a/src/js/views/photo.js
+++ b/src/js/views/photo.js
@@ -74,7 +74,7 @@
if ( message != 'no image selected' &&
message != 'Selection cancelled.' &&
message != 'Camera cancelled.' ) {
- this.displayError(FMS.strings.photo_failed);
+ this.displayAlert(FMS.strings.photo_failed);
}
},