TF-3952 Change modal style in Forwarding
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -3848,12 +3848,6 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get doYouWantToProceed {
|
||||
return Intl.message(
|
||||
'Do you want to proceed?',
|
||||
name: 'doYouWantToProceed');
|
||||
}
|
||||
|
||||
String get messageWarningDialogForForwardsToOtherDomains {
|
||||
return Intl.message(
|
||||
'You are redirecting emails to another domain. This could be a security threat or considered illegal data extraction.',
|
||||
@@ -4912,4 +4906,18 @@ class AppLocalizations {
|
||||
name: 'keepACopyInInboxDescription',
|
||||
);
|
||||
}
|
||||
|
||||
String get dialogWarningTitleForForwardsToOtherDomains {
|
||||
return Intl.message(
|
||||
'You are redirecting emails to another domain.',
|
||||
name: 'dialogWarningTitleForForwardsToOtherDomains',
|
||||
);
|
||||
}
|
||||
|
||||
String get dialogWarningMessageForForwardsToOtherDomains {
|
||||
return Intl.message(
|
||||
'This could be a security threat or considered illegal data extraction. Do you want to proceed?',
|
||||
name: 'dialogWarningMessageForForwardsToOtherDomains',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user