소스 검색

Improve sharing toast

Manav 3 년 전
부모
커밋
ff2877463e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/ui/shared_collections_gallery.dart

+ 1 - 1
lib/ui/shared_collections_gallery.dart

@@ -251,7 +251,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
               onTap: () async {
               onTap: () async {
                 await showToast(
                 await showToast(
                   context,
                   context,
-                  "Select an album on ente to share",
+                  "Please select an album and tap the share button on the top right to share.",
                   toastLength: Toast.LENGTH_LONG,
                   toastLength: Toast.LENGTH_LONG,
                 );
                 );
                 Bus.instance.fire(
                 Bus.instance.fire(