[MRM-1270] improve error message when the user does not have access to any repository

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@894332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-12-29 09:37:22 +00:00
parent 9d2cf5df8c
commit 9cfe307218
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<html> <html>
<head> <head>
<title>You have access to no repositories</title> <title>You do not have access to any repository</title>
<s:head/> <s:head/>
</head> </head>
@ -31,8 +31,8 @@
<div id="contentArea"> <div id="contentArea">
<div id="results"> <div id="results">
You have access to no repositories. You do not have access to any repository.
Ask your system administrator for access. Please contact your system administrator and request for access.
</div> </div>
</div> </div>