TF-3149 corrected typos and added clarification to identity management Name field (#3216)
This commit is contained in:
@@ -49,7 +49,7 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController>
|
||||
padding: const EdgeInsetsDirectional.symmetric(vertical: 12, horizontal: 24),
|
||||
child: Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
|
||||
Obx(() => IdentityInputFieldBuilder(
|
||||
AppLocalizations.of(context).name,
|
||||
AppLocalizations.of(context).nameToBeDisplayed,
|
||||
controller.errorNameIdentity.value,
|
||||
AppLocalizations.of(context).required,
|
||||
editingController: controller.inputNameIdentityController,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2024-09-18T01:15:29.034686",
|
||||
"@@last_modified": "2024-10-21T09:30:30.005573",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
@@ -1226,6 +1226,12 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"nameToBeDisplayed": "Name to be displayed to recipients",
|
||||
"@nameToBeDisplayed": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"reply_to": "Reply to",
|
||||
"@reply_to": {
|
||||
"type": "text",
|
||||
|
||||
@@ -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