TF-1486 Add insert image in signature on web
(cherry picked from commit 50f0e54b2a47fe2e857372f56293d1c1800ded2b)
This commit is contained in:
@@ -3064,4 +3064,11 @@ class AppLocalizations {
|
||||
name: 'archiveMailboxDisplayName',
|
||||
);
|
||||
}
|
||||
|
||||
String pleaseChooseAnImageSizeCorrectly(int maxSize) {
|
||||
return Intl.message(
|
||||
'Please choose an image size <= ${maxSize}KB',
|
||||
name: 'pleaseChooseAnImageSizeCorrectly',
|
||||
args: [maxSize]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user