Update copy
This commit is contained in:
parent
ddb27cf438
commit
9eb39b8c0b
1 changed files with 2 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue