From 8126bd1e778e43ae7f43448a7a3bf4857584fb64 Mon Sep 17 00:00:00 2001 From: Szymon Radziszewski <117299684+sradziszewski@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:34:37 +0200 Subject: [PATCH] OIS-14: Added a period at the end of the sentence --- src/main/resources/messages_en.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index 5b76304..f0e5ce5 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -35,7 +35,7 @@ users.passwordReset.notContainNumber=Password must contain at least 1 digit. users.passwordReset.containSpaces=Password must not contain spaces. users.notFound=User does not exist -users.notFoundByEmail=User with provided email does not exist +users.notFoundByEmail=User with provided email does not exist. # Authentication errors auth.error.authentication.userCanNotBeFound=User with name {0} can not be found. @@ -45,4 +45,4 @@ auth.error.authorization.noFollowingPermission=You do not have following permiss # Pageable size error auth.error.pageable.size.null=The page size is not specified -auth.error.pageable.size.notPositive=The page size should be a positive number \ No newline at end of file +auth.error.pageable.size.notPositive=The page size should be a positive number