TF-2666 Apply new design for edit recipient card on web
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4862,4 +4862,18 @@ class AppLocalizations {
|
||||
name: 'modifyEmailAddress',
|
||||
);
|
||||
}
|
||||
|
||||
String get editEmail {
|
||||
return Intl.message(
|
||||
'Edit email',
|
||||
name: 'editEmail',
|
||||
);
|
||||
}
|
||||
|
||||
String get createARule {
|
||||
return Intl.message(
|
||||
'Create a rule',
|
||||
name: 'createARule',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user