diff --git a/mobile/lib/ui/tabs/shared/all_quick_links_page.dart b/mobile/lib/ui/tabs/shared/all_quick_links_page.dart index ab57efd16f..a031b5d79e 100644 --- a/mobile/lib/ui/tabs/shared/all_quick_links_page.dart +++ b/mobile/lib/ui/tabs/shared/all_quick_links_page.dart @@ -60,7 +60,7 @@ class _AllQuickLinksPageState extends State { await showErrorDialog( context, "No quick links selected", - "Please select quick link to remove.", + "Please select quick links to remove", ); return true; } @@ -94,8 +94,8 @@ class _AllQuickLinksPageState extends State { labelText: S.of(context).cancel, ), ], - title: S.of(context).removePublicLink, - body: "Remove the public link for accessing the selected quick links.", + title: "Remove public links", + body: "This will remove public links of all selected quick links.", ); if (actionResult?.action != null) { if (actionResult!.action == ButtonAction.error) {