[mob][photos] Changed dialog copy

This commit is contained in:
Aman Raj Singh Mourya
2024-08-01 18:19:27 +05:30
parent ba9d656b38
commit 105ab79cdb

View File

@@ -60,7 +60,7 @@ class _AllQuickLinksPageState extends State<AllQuickLinksPage> {
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<AllQuickLinksPage> {
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) {