diff --git a/lib/db/photo_db.dart b/lib/db/photo_db.dart index 253504014faf338044b3830ee8213f13e7971631..d3ee9571c3c36803cb91e095cd738753bcb2e82b 100644 --- a/lib/db/photo_db.dart +++ b/lib/db/photo_db.dart @@ -240,7 +240,7 @@ class PhotoDB { if (rows.isNotEmpty) { return _getPhotoFromRow(rows[0]); } else { - throw ("No photo found in path"); + throw ("No photo found in remote folder"); } }