TF-691 Update title and add option all mailbox in destination picker

This commit is contained in:
dab246
2022-08-04 11:26:16 +07:00
committed by Dat H. Pham
parent 30cb5033d8
commit 546627b9df
7 changed files with 92 additions and 23 deletions
@@ -1791,4 +1791,11 @@ class AppLocalizations {
'Bulleted list',
name: 'bulletedList');
}
String get moveTo {
return Intl.message(
'Move To',
name: 'moveTo',
);
}
}