Fix typo in previous commit in message about maximum limit exceeded

This commit is contained in:
Manuel Rego Casasnovas 2012-10-02 12:40:00 +02:00
parent b940c78826
commit ef8b6f0169

View file

@ -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();