diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index ca4a3437415cc33b68d2b775475cef7632bc2d20..21e61b87ad4483a495af2693d8efe646aca92232 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,