Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Need to localizate error message for non-unique username #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaurite committed Jul 30, 2021
1 parent 4230ed7 commit 1381805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ${project_rootPackage}.entity/User.password = Password
${project_rootPackage}.entity/User.email = Email
${project_rootPackage}.entity/User.username = Username

databaseUniqueConstraintViolation.IDX_${userTable}_ON_USERNAME=A user with this name already exists
databaseUniqueConstraintViolation.IDX_${userTable}_ON_USERNAME=A user with the same username already exists

${project_rootPackage}.screen.user/UserBrowse.caption = Users
${project_rootPackage}.screen.user/UserEdit.caption=User editor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ${project_rootPackage}.entity/User.password = Password
${project_rootPackage}.entity/User.email = Email
${project_rootPackage}.entity/User.username = Username

databaseUniqueConstraintViolation.IDX_${userTable}_ON_USERNAME=A user with this name already exists
databaseUniqueConstraintViolation.IDX_${userTable}_ON_USERNAME=A user with the same username already exists

${project_rootPackage}.screen.user/UserBrowse.caption = Users
${project_rootPackage}.screen.user/UserEdit.caption=User editor
Expand Down

0 comments on commit 1381805

Please sign in to comment.