Skip to content

Commit

Permalink
SAK-30781 Improve error message. (sakaiproject#2215)
Browse files Browse the repository at this point in the history
In SAK-13054 we limited aliases, but this means the error isn't always because you don't have permission.
  • Loading branch information
buckett authored and ottenhoff committed Apr 18, 2016
1 parent 4d12f37 commit b8671c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ java.notaccess = You do not have permission to change the access to this site.
java.alias.exists = Alias ''{0}'' already exists.
java.alias.isinval = Alias ''{0}'' is invalid.
java.alias.locked = Alias ''{0}'' is locked.
java.addalias = You do not have permission to add alias.
java.addalias = You do not have permission to add an alias or you can't use this alias.
java.delalias = You do not have permission to remove alias ''{0}''.
java.rosters = You do not have permission to link to course roster(s).
java.hello = Hello,
Expand Down

0 comments on commit b8671c7

Please sign in to comment.