diff --git a/lib/db/photo_db.dart b/lib/db/photo_db.dart index 253504014..d3ee9571c 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"); } }