TF-2666 Edit one recipient in To/Cc/Bcc on web
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4848,4 +4848,18 @@ class AppLocalizations {
|
||||
args: [days],
|
||||
);
|
||||
}
|
||||
|
||||
String get copy {
|
||||
return Intl.message(
|
||||
'Copy',
|
||||
name: 'copy',
|
||||
);
|
||||
}
|
||||
|
||||
String get modifyEmailAddress {
|
||||
return Intl.message(
|
||||
'Modify email address',
|
||||
name: 'modifyEmailAddress',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user