TF-3764 Update new empty view for folder
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4766,4 +4766,18 @@ class AppLocalizations {
|
||||
name: 'deleteRecipientsFailed',
|
||||
);
|
||||
}
|
||||
|
||||
String get youDoNotHaveAnyEmailInYourCurrentFolder {
|
||||
return Intl.message(
|
||||
'You don’t have any emails\n in this folder.',
|
||||
name: 'youDoNotHaveAnyEmailInYourCurrentFolder',
|
||||
);
|
||||
}
|
||||
|
||||
String get startToComposeEmails {
|
||||
return Intl.message(
|
||||
'Start to compose emails.',
|
||||
name: 'startToComposeEmails',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user