]> source.dussan.org Git - archiva.git/commitdiff
[MRM-361] clear up scanning vs indexing verbage
authorJesse McConnell <jmcconnell@apache.org>
Thu, 24 May 2007 22:21:23 +0000 (22:21 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Thu, 24 May 2007 22:21:23 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541455 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp

index 846fc3463d7edebc2fc6c3b9f0df4d33fff59be1..7d3af58c6c9ea7df796382a7ac67e47651984963 100644 (file)
             <td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
           </tr>
           <tr>
-            <th>Indexed</th>
+            <th>Scanned</th>
             <td class="${repository.indexed ? 'donemark' : 'errormark'} booleanIcon"> ${repository.indexed}</td>
           </tr>
           <c:if test="${repository.indexed}">
             <tr>
-              <th>Indexing Cron</th>
+              <th>Scanning Cron</th>
               <td>${repository.refreshCronExpression}</td>
             </tr>
             <tr>
               <td>
                 <c:choose>
                   <c:when test="${empty(repository.stats)}">
-                    Never indexed.
+                    No Statistics Available.
                   </c:when>
                   <c:otherwise>
                     <table>
                       <tr>
-                        <th>Last Indexed</th>
+                        <th>Last Scanned</th>
                         <td>${repository.stats.whenGathered}</td>
                       </tr>
                       <tr>