Update copy

This commit is contained in:
Neeraj Gupta 2023-01-18 10:47:04 +05:30
parent ddb27cf438
commit 9eb39b8c0b
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -51,9 +51,8 @@ extension CollectionFileActions on CollectionActions {
),
],
title: "Remove from album?",
body: "Selected items will be removed from this album.\n\nItems which "
"are only in this album will be moved to uncategorized, and can be "
"accessed from the bottom of the albums screen.",
body: "Selected items will be removed from this album. Items which are "
"only in this album will be moved to Uncategorized.",
actionSheetType: ActionSheetType.defaultActionSheet,
);
if (actionResult != null && actionResult == ButtonAction.error) {