Add presentation layer for get list Email in Mailbox
This commit is contained in:
@@ -108,10 +108,10 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get no_threads {
|
||||
String get no_emails {
|
||||
return Intl.message(
|
||||
'No threads',
|
||||
name: 'no_threads',
|
||||
'No emails',
|
||||
name: 'no_emails',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user