TF-3416 Handle download attachment in EML previewer on web
This commit is contained in:
@@ -4314,4 +4314,11 @@ class AppLocalizations {
|
||||
name: 'cannotOpenNewWindow',
|
||||
);
|
||||
}
|
||||
|
||||
String get downloadAttachmentInEMLPreviewWarningMessage {
|
||||
return Intl.message(
|
||||
'Downloading attachment. You can only download one file at a time.',
|
||||
name: 'downloadAttachmentInEMLPreviewWarningMessage',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user