diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index ca4a34374..21e61b87a 100644 --- a/lib/ui/collections_gallery_widget.dart +++ b/lib/ui/collections_gallery_widget.dart @@ -68,7 +68,7 @@ class _CollectionsGalleryWidgetState extends State return SingleChildScrollView( child: Column( children: [ - SectionTitle("Device Folders"), + SectionTitle("DEVICE FOLDERS"), Container( height: 160, child: Align( @@ -86,7 +86,7 @@ class _CollectionsGalleryWidgetState extends State ), ), Divider(height: 12), - SectionTitle("Uploaded Collections"), + SectionTitle("UPLOADED COLLECTIONS"), Padding(padding: EdgeInsets.all(6)), GridView.builder( shrinkWrap: true,