Skip to content

Commit

Permalink
OIS-14: Added a period at the end of the sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Jul 11, 2024
1 parent 6096254 commit 8126bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
auth.error.pageable.size.notPositive=The page size should be a positive number

0 comments on commit 8126bd1

Please sign in to comment.