TF-1118 Apply new latest design forwarding
This commit is contained in:
@@ -2107,7 +2107,7 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get recipientsLabel {
|
||||
String get hintInputAutocompleteContact {
|
||||
return Intl.message(
|
||||
'Enter name or email address',
|
||||
name: 'recipientsLabel',
|
||||
@@ -2511,4 +2511,12 @@ class AppLocalizations {
|
||||
'Remove',
|
||||
name: 'remove');
|
||||
}
|
||||
|
||||
String totalEmailSelected(int count) {
|
||||
return Intl.message(
|
||||
'Deselect all ($count)',
|
||||
name: 'totalEmailSelected',
|
||||
args: [count]
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user