TF-1677: Fix validation for email forward

(cherry picked from commit b8741e08799c84ff96fd349d264f00d6b71e08cc)
This commit is contained in:
HuyNguyen
2023-04-05 15:52:50 +07:00
committed by Dat Vu
parent adf0e79cf8
commit abeaf07050
4 changed files with 46 additions and 8 deletions
@@ -2827,4 +2827,10 @@ class AppLocalizations {
name: 'mailboxVisibilitySubtitle',
);
}
String get emptyListEmailForward {
return Intl.message(
'Please input at least one recipient',
name: 'emptyListEmailForward');
}
}