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,
|
||||
|
||||
Reference in New Issue
Block a user