Explorar o código

Update copy for no search result

Neeraj Gupta %!s(int64=2) %!d(string=hai) anos
pai
achega
cf8d7956b0
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      lib/ui/viewer/search/result/no_result_widget.dart

+ 3 - 2
lib/ui/viewer/search/result/no_result_widget.dart

@@ -57,10 +57,11 @@ class NoResultWidget extends StatelessWidget {
             Container(
             Container(
               margin: const EdgeInsets.only(bottom: 20, top: 12),
               margin: const EdgeInsets.only(bottom: 20, top: 12),
               child: Text(
               child: Text(
-                '''\u2022 Places (e.g. "London")
+                '''\u2022 Album names (e.g. "Camera")
+\u2022 Types of files (e.g. "Videos", ".gif")
 \u2022 Years and months (e.g. "2022", "January")
 \u2022 Years and months (e.g. "2022", "January")
 \u2022 Holidays (e.g. "Christmas")
 \u2022 Holidays (e.g. "Christmas")
-\u2022 Album names (e.g. "Recents")''',
+''',
                 style: TextStyle(
                 style: TextStyle(
                   fontSize: 14,
                   fontSize: 14,
                   color: Theme.of(context)
                   color: Theme.of(context)