diff --git a/lib/ui/shared_collections_gallery.dart b/lib/ui/shared_collections_gallery.dart index 05e62c703..071119098 100644 --- a/lib/ui/shared_collections_gallery.dart +++ b/lib/ui/shared_collections_gallery.dart @@ -310,7 +310,7 @@ class _SharedCollectionGalleryState extends State child: Column( children: [ Text( - "no one is sharing with you!", + "no one is sharing with you", style: TextStyle(color: Colors.white.withOpacity(0.6)), ), Container( @@ -360,7 +360,7 @@ class _SharedCollectionGalleryState extends State child: Column( children: [ Text( - "you aren't sharing anything!", + "you aren't sharing anything", style: TextStyle(color: Colors.white.withOpacity(0.6)), ), Container(