Skip to content

Commit 674cbf9

Browse files
committed
merged branch craue/patch-18 (PR symfony#4094)
Commits ------- ee57c04 added missing dot in FormType as follow-up to symfony#3922 Discussion ---------- added missing dot in FormType as follow-up to symfony#3922 added missing dot in FormType as follow-up to symfony#3922
2 parents c2a426e + ee57c04 commit 674cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/Type/FormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function getDefaultOptions()
201201
'label' => null,
202202
'attr' => array(),
203203
'virtual' => false,
204-
'invalid_message' => 'This value is not valid',
204+
'invalid_message' => 'This value is not valid.',
205205
'invalid_message_parameters' => array(),
206206
'translation_domain' => 'messages',
207207
);

0 commit comments

Comments
 (0)