Update toast message when start download all attachment

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-10 10:12:09 +07:00
committed by Dat H. Pham
parent 8100e886d7
commit 88764f9e0f
3 changed files with 24 additions and 10 deletions
@@ -4912,4 +4912,11 @@ class AppLocalizations {
name: 'archiveAndDownload',
);
}
String get creatingAnArchiveForDownloading {
return Intl.message(
'Creating an archive for downloading',
name: 'creatingAnArchiveForDownloading',
);
}
}