Skip to content

Commit

Permalink
Update src/main/resources/db_en.properties
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Keck <[email protected]>
  • Loading branch information
ymo-sci and mkeckmkeck authored Nov 12, 2024
1 parent 6855660 commit 6a9c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EntityDescriptor.cannotSaveEntity = Cannot save ${entity}: ${message}
Property.emptyValue = <empty>
Property.fieldNotNullable = The field '${field}' must not be empty.
Property.fieldNotUnique = The value '${value}' is already in use for the field '${field}'.
Property.fieldNotUniqueException = An object of type '${entity}' with the same values already exists: ${fieldValueSet} .
Property.fieldNotUniqueException = An object of type '${entity}' with the same values already exists: ${fieldValueSet}.
Property.fieldNotUpdatable = The field '${field}' must not be modified.
Property.illegalValue = Invalid value '${value}' in field '${property}'.
Property.parseValueErrorMessage = ${message}
Expand Down

0 comments on commit 6a9c913

Please sign in to comment.