diff --git a/mobile/lib/repositories/asset_media.repository.dart b/mobile/lib/repositories/asset_media.repository.dart index 803bd10d3e..bd4928deb3 100644 --- a/mobile/lib/repositories/asset_media.repository.dart +++ b/mobile/lib/repositories/asset_media.repository.dart @@ -289,9 +289,9 @@ class AssetMediaRepository { return null; } - /// As of share_plus 10.1.4, sharing copies every file into a single cache - /// folder regardless of where it came from, and equal names overwrite each - /// other there. Downloads are renamed to their display name first since + /// share_plus copies every file of one share into a single cache folder + /// regardless of where it came from, and equal names overwrite each other + /// there. Downloads are renamed to their display name first since /// receivers only see the on-disk filename, and a name already taken in the /// batch gets the first free ` (n)` suffix because gallery originals cannot /// be renamed.