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 committed Jul 11, 2024
1 parent a54531b commit a51ccda
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
@@ -1,5 +1,5 @@
# stock card template
stockmanagement.error.field.invalid={0} is not a valid field name
stockmanagement.error.field.invalid={0} is not a valid field name.
stockmanagement.error.field.duplicated=Contains duplicated field name.
stockmanagement.error.program.notFound=Program with ID {0} can not be found
stockmanagement.error.program.id.missing=Program ID missing.
Expand Down Expand Up @@ -146,4 +146,4 @@ stockmanagement.error.encoding.notSupported=The Character Encoding is not suppor
stockmanagement.error.invalid.params=You've passed invalid parameter to this endpoint.
# Pageable size error
stockmanagement.error.pageable.size.null=The page size is not specified
stockmanagement.error.pageable.size.notPositive=The page size should be a positive number
stockmanagement.error.pageable.size.notPositive=The page size should be a positive number

0 comments on commit a51ccda

Please sign in to comment.