We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc13bc commit 545c8b6Copy full SHA for 545c8b6
app/code/Magento/Ui/Component/Form/Field.php
@@ -71,7 +71,7 @@ public function prepare()
71
$formElement = $this->getData('config/formElement');
72
if (null === $formElement) {
73
throw new LocalizedException(__(
74
- 'The configuration parameter "formElement" is a required for "%1" field',
+ 'The configuration parameter "formElement" is a required for "%1" field.',
75
$this->getName()
76
));
77
}
0 commit comments