TF-3952 Change Keep a copy in Inbox switch button style
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -2191,13 +2191,6 @@ class AppLocalizations {
|
||||
name: 'toastMessageLocalCopyDisable');
|
||||
}
|
||||
|
||||
String get keepLocalCopyForwardLabel {
|
||||
return Intl.message(
|
||||
'Keep a copy of the email in Inbox',
|
||||
name: 'keepLocalCopyForwardLabel',
|
||||
);
|
||||
}
|
||||
|
||||
String get emailRuleSettingExplanation {
|
||||
return Intl.message(
|
||||
'Creating rules to handle incoming messages. You choose both the condition that triggers a rule and the actions the rule will take.',
|
||||
@@ -4905,4 +4898,18 @@ class AppLocalizations {
|
||||
name: 'ok',
|
||||
);
|
||||
}
|
||||
|
||||
String get keepACopyInInbox {
|
||||
return Intl.message(
|
||||
'Keep a copy in Inbox',
|
||||
name: 'keepACopyInInbox',
|
||||
);
|
||||
}
|
||||
|
||||
String get keepACopyInInboxDescription {
|
||||
return Intl.message(
|
||||
'Store forwarded emails in your inbox as well as sending them to recipients',
|
||||
name: 'keepACopyInInboxDescription',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user