src/main/webapp/WEB-INF/jsp/projects.jsp

changeset 82
4ec7f2600c83
parent 81
1a2e7b5d48f7
child 86
0a658e53177c
--- a/src/main/webapp/WEB-INF/jsp/projects.jsp	Sat May 30 15:26:15 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/projects.jsp	Sat May 30 15:28:27 2020 +0200
@@ -56,11 +56,11 @@
         <thead>
         <tr>
             <th></th>
-            <th><fmt:message key="thead.name"/></th>
-            <th><fmt:message key="thead.repoUrl"/></th>
-            <th><fmt:message key="thead.issues.open"/></th>
-            <th><fmt:message key="thead.issues.active"/></th>
-            <th><fmt:message key="thead.issues.done"/></th>
+            <th><fmt:message key="name"/></th>
+            <th><fmt:message key="repoUrl"/></th>
+            <th><fmt:message key="issues.open"/></th>
+            <th><fmt:message key="issues.active"/></th>
+            <th><fmt:message key="issues.done"/></th>
         </tr>
         </thead>
         <tbody>

mercurial