TF-898 Implement quick creating rule in email view
This commit is contained in:
@@ -2563,4 +2563,10 @@ class AppLocalizations {
|
||||
name: 'textQuotasRunOutOfStorageContent',
|
||||
);
|
||||
}
|
||||
|
||||
String get quickCreatingRule {
|
||||
return Intl.message(
|
||||
'Create a rule with this email',
|
||||
name: 'quickCreatingRule');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user