浏览代码

Update copy for no search result

Neeraj Gupta 2 年之前
父节点
当前提交
cf8d7956b0
共有 1 个文件被更改,包括 3 次插入2 次删除
  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(
               margin: const EdgeInsets.only(bottom: 20, top: 12),
               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 Holidays (e.g. "Christmas")
-\u2022 Album names (e.g. "Recents")''',
+''',
                 style: TextStyle(
                   fontSize: 14,
                   color: Theme.of(context)