TF-831: create email_forward_creator view
This commit is contained in:
@@ -2140,4 +2140,11 @@ class AppLocalizations {
|
||||
name: 'addEmailForward',
|
||||
);
|
||||
}
|
||||
|
||||
String get emailForwardLabel {
|
||||
return Intl.message(
|
||||
'Name or Email address',
|
||||
name: 'emailForwardLabel',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user