Change forwarding setting explaination (#2270)

(cherry picked from commit 35fdd9b66d653c2ddb142ad7589c375c9a94f8f0)
This commit is contained in:
Dat PHAM HOANG
2023-10-23 15:44:11 +07:00
committed by Dat H. Pham
parent e17f9ab4b1
commit 14349927de
8 changed files with 5 additions and 29 deletions
@@ -2504,7 +2504,7 @@ class AppLocalizations {
String get forwardingSettingExplanation {
return Intl.message(
'Allows a new recipient to see the email sent if they were not originally included in the email chain.',
'Emails addresses listed below will receive your emails.',
name: 'forwardingSettingExplanation');
}