TF-2196 Add 'From' field text and color

(cherry picked from commit 8f32ad73aca9e426bb524a0b647ad0c59fcf6acf)
This commit is contained in:
hieubt
2023-11-03 15:16:04 +07:00
committed by Dat Vu
parent 774fb4ad87
commit 7566f25d29
3 changed files with 28 additions and 0 deletions
@@ -3533,4 +3533,18 @@ class AppLocalizations {
name: 'confirmAllEmailHereAreSpam'
);
}
String get yourIdentities {
return Intl.message(
'Your identities',
name: 'yourIdentities',
);
}
String get searchForIdentities {
return Intl.message(
'Search for identities',
name: 'searchForIdentities',
);
}
}