Apply new design for spam alert on desktop
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4801,4 +4801,19 @@ class AppLocalizations {
|
||||
name: 'youAreNotInvitedToThisEventPleaseContactTheOrganizer',
|
||||
);
|
||||
}
|
||||
|
||||
String countMessageInSpam(String count) {
|
||||
return Intl.message(
|
||||
'$count message in spam',
|
||||
name: 'countMessageInSpam',
|
||||
args: [count],
|
||||
);
|
||||
}
|
||||
|
||||
String get view {
|
||||
return Intl.message(
|
||||
'View',
|
||||
name: 'view',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user