TF-585 Fix identity restrict BCC field

This commit is contained in:
dab246
2022-05-26 12:09:14 +07:00
committed by Dat H. Pham
parent b4fda5e9aa
commit cd02444941
9 changed files with 259 additions and 25 deletions
@@ -1380,4 +1380,11 @@ class AppLocalizations {
'Last years',
name: 'lastYears');
}
String get thisEmailAddressInvalid {
return Intl.message(
'This email address invalid',
name: 'thisEmailAddressInvalid',
);
}
}