TF-130 Checking maxSizeAttachmentsPerEmail when uploading attachments

This commit is contained in:
dab246
2022-03-29 13:01:38 +07:00
committed by Dat H. Pham
parent 92ffd1d726
commit 67639578a5
4 changed files with 63 additions and 2 deletions
@@ -949,4 +949,11 @@ class AppLocalizations {
'Fix email addresses',
name: 'fix_email_addresses');
}
String get the_total_size_of_attachments_in_an_email_exceeds_the_limit {
return Intl.message(
'The total size of attachments in an email exceeds the limit.',
name: 'the_total_size_of_attachments_in_an_email_exceeds_the_limit'
);
}
}