TF-675 Implement upload attachment on presentation layer
This commit is contained in:
@@ -1601,4 +1601,11 @@ class AppLocalizations {
|
||||
'Russian',
|
||||
name: 'languageRussian');
|
||||
}
|
||||
|
||||
String get messageDialogSendEmailUploadingAttachment {
|
||||
return Intl.message(
|
||||
'Your message could not be sent because it uploading attachment',
|
||||
name: 'messageDialogSendEmailUploadingAttachment'
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user