Skip to content

Commit

Permalink
OP-1384: use proper format of message key
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Jan 30, 2025
1 parent debf677 commit ebfd80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void delete(UserGroup userGroup, Permission permission) throws OHDataVali

if (groupPermission == null) {
throw new OHDataValidationException(
new OHExceptionMessage(MessageBundle.getMessage("angal.usergroup.permissionnotassigned"))
new OHExceptionMessage(MessageBundle.getMessage("angal.usergroup.permissionnotassigned.msg"))
);
}

Expand Down

0 comments on commit ebfd80d

Please sign in to comment.