mirror of https://github.com/apache/archiva.git
[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:
parent
9d2cf5df8c
commit
9cfe307218
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue