Fix typo in previous commit in message about maximum limit exceeded
This commit is contained in:
parent
b940c78826
commit
ef8b6f0169
1 changed files with 1 additions and 1 deletions
|
|
@ -1186,7 +1186,7 @@ public abstract class Resource extends IntegrationEntity implements
|
|||
resource.getShortDescription());
|
||||
}
|
||||
|
||||
@AssertTrue(message = "You have exceeded the maximum limit of users")
|
||||
@AssertTrue(message = "You have exceeded the maximum limit of resources")
|
||||
public boolean checkMaxUsers() {
|
||||
Integer maxResources = Registry.getConfigurationDAO()
|
||||
.getConfiguration().getMaxResources();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue