Skip to content

Commit

Permalink
[fix] Fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
  • Loading branch information
pcdavid committed Mar 12, 2024
1 parent 2950447 commit f942d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
INVALID_INPUT = Invalid input type, "{0}" has been received while "{1}" was expected
UNEXPECTED_ERROR = An unexpected error has occurred, please contact the server administrator
INVALID_NUMBER = The new value "{0}" is not a valid number
UPPER_BOUNDARY_REACHED = Unable to create a new instance of "{0}" in feature "{1}" because it has reach its upper-bound cardinality.
UPPER_BOUNDARY_REACHED = Unable to create a new instance of "{0}" in feature "{1}" because it has reached its upper-bound cardinality.

0 comments on commit f942d25

Please sign in to comment.