TF-1323 Fix can not attach image on mobile and web
This commit is contained in:
@@ -2754,7 +2754,7 @@ class AppLocalizations {
|
||||
name: 'saveEmailAsDraftFailureWithSetErrorTypeOverQuota',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
String get mailBoxes {
|
||||
return Intl.message(
|
||||
'Mailboxes',
|
||||
@@ -2772,4 +2772,11 @@ class AppLocalizations {
|
||||
'Hide mailbox',
|
||||
name: 'hideMailBoxes');
|
||||
}
|
||||
|
||||
String get thisImageCannotBeAdded {
|
||||
return Intl.message(
|
||||
'This image cannot be added.',
|
||||
name: 'thisImageCannotBeAdded'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user