TF-2196 Add 'From' field text and color
(cherry picked from commit 8f32ad73aca9e426bb524a0b647ad0c59fcf6acf)
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user