diff --git a/lib/ui/share_collection_widget.dart b/lib/ui/share_collection_widget.dart index 6d34fe7b0..8a87d4714 100644 --- a/lib/ui/share_collection_widget.dart +++ b/lib/ui/share_collection_widget.dart @@ -179,7 +179,7 @@ class _SharingDialogState extends State { child: Text("Invite"), onPressed: () { shareText( - "Hey, I have some photos to show you. Please install https://ente.io/download so that I can share them privately."); + "Hey, I have some photos to show you. Please install https://ente.io/app so that I can share them privately."); }, ), ],