git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@542732
13f79535-47bb-0310-9956-
ffa450edef68
<input type="hidden" name="pattern"/>
<ww:select name="connector.proxyId" list="proxyIdOptions" label="Network Proxy" required="true"/>
<ww:select name="connector.sourceRepoId" list="localRepoIdList"
- label="Local Repository" required="true"/>
+ label="Managed Repository" required="true"/>
<ww:select name="connector.targetRepoId" list="remoteRepoIdList"
label="Remote Repository" required="true" />
Add Repository</ww:a>
</redback:ifAuthorized>
</div>
- <h2>Local Repositories</h2>
+ <h2>Managed Repositories</h2>
<c:choose>
<c:when test="${empty(managedRepositories)}">
- <%-- No Local Repositories. --%>
- <strong>There are no local repositories configured yet.</strong>
+ <%-- No Managed Repositories. --%>
+ <strong>There are no managed repositories configured yet.</strong>
</c:when>
<c:otherwise>
<%-- Display the repositories. --%>