Change order of attachment and mail body on mobile
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -386,7 +386,7 @@ class AppLocalizations {
|
||||
|
||||
String titleHeaderAttachment(int count, String totalSize) {
|
||||
return Intl.message(
|
||||
'$count Attachments ($totalSize):',
|
||||
'$count Attachments ($totalSize)',
|
||||
name: 'titleHeaderAttachment',
|
||||
args: [count, totalSize]
|
||||
);
|
||||
@@ -4905,4 +4905,11 @@ class AppLocalizations {
|
||||
name: 'enterEmailAddress',
|
||||
);
|
||||
}
|
||||
|
||||
String get archiveAndDownload {
|
||||
return Intl.message(
|
||||
'Archive and download',
|
||||
name: 'archiveAndDownload',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user