Browse Source

Minor UI update

vishnukvmd 3 years ago
parent
commit
e50722e90f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/ui/deduplicate_page.dart

+ 2 - 2
lib/ui/deduplicate_page.dart

@@ -136,11 +136,11 @@ class _DeduplicatePageState extends State<DeduplicatePage> {
 
   Padding _getHeader() {
     return Padding(
-      padding: EdgeInsets.fromLTRB(16, 12, 16, 8),
+      padding: EdgeInsets.fromLTRB(20, 12, 20, 12),
       child: Column(
         children: [
           Text(
-            "the following files were clubbed based on their sizes and timestamps",
+            "the following files were clubbed based on their sizes and capture times",
             style: TextStyle(
               color: Colors.white.withOpacity(0.6),
               height: 1.2,