TF-3952 Change Keep a copy in Inbox switch button style

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-07 16:05:13 +07:00
committed by Dat H. Pham
parent db4ea9f25d
commit d12067cc04
4 changed files with 103 additions and 54 deletions
+14 -7
View File
@@ -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',
);
}
}