Vishnu Mohandas преди 4 години
родител
ревизия
c9097c136a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lib/ui/grant_permissions_widget.dart

+ 2 - 2
lib/ui/grant_permissions_widget.dart

@@ -67,14 +67,14 @@ class GrantPermissionsWidget extends StatelessWidget {
           ),
           Padding(padding: const EdgeInsets.all(12)),
           Text(
-            "all the files you back up will be",
+            "all the files you choose to back up",
             style: TextStyle(
               color: Colors.white30,
             ),
           ),
           Padding(padding: const EdgeInsets.all(2)),
           Text(
-            "end-to-end encrypted",
+            "will be end-to-end encrypted",
             style: TextStyle(
               color: Colors.white30,
             ),