Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Fix for issue JENKINS-12339: crowd2 plugin: misspelling in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
theit committed May 6, 2012
1 parent 3b6f4f3 commit e6479b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ applicationPermission = No permission to perform the requested operation on the
cannotLoadCrowdProperties = Cannot load ressource 'crowd.properties'.
userNotFound = User ''{0}'' not found.
groupNotFound = The group ''{0}'' does not exist.
cannotValidateGroup = The group ''{0}'' odes not exist or is not active.
cannotValidateGroup = The group ''{0}'' does not exist or is not active.
expiredCredentials = The password for user ''{0}'' has expired and must be changed.
accountExpired = The user account ''{0}'' is inactive.
invalidToken = Invalid SSO token.
Expand Down

0 comments on commit e6479b4

Please sign in to comment.