TF-3149 corrected typos and added clarification to identity management Name field (#3216)
This commit is contained in:
@@ -1259,6 +1259,12 @@ class AppLocalizations {
|
||||
name: 'name');
|
||||
}
|
||||
|
||||
String get nameToBeDisplayed {
|
||||
return Intl.message(
|
||||
'Name to be displayed to recipients',
|
||||
name: 'nameToBeDisplayed');
|
||||
}
|
||||
|
||||
String get reply_to {
|
||||
return Intl.message(
|
||||
'Reply to',
|
||||
|
||||
Reference in New Issue
Block a user