From bd8f1e35f7289577624a2904bbcab3282d1fd6c5 Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:25:03 +0200 Subject: [PATCH] [Validator] Add missing dot The default NotBlank constraint message ends with a dot. --- validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation.rst b/validation.rst index 0f8d0d6e1a0..f48ab95d10c 100644 --- a/validation.rst +++ b/validation.rst @@ -179,7 +179,7 @@ message: .. code-block:: text Object(App\Entity\Author).name: - This value should not be blank + This value should not be blank. If you insert a value into the ``name`` property, the happy success message will appear.