TF-4053 Implement move folder content on mailbox list view
This commit is contained in:
@@ -5352,4 +5352,11 @@ class AppLocalizations {
|
||||
name: 'moveFolderContent',
|
||||
);
|
||||
}
|
||||
|
||||
String get moveFolderContentToastMessage {
|
||||
return Intl.message(
|
||||
'Failed to move all emails from this folder to another folder.',
|
||||
name: 'moveFolderContentToastMessage',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user