src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Wed Jan 06 15:39:56 2021 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Wed Jan 06 16:20:32 2021 +0100
@@ -46,7 +46,7 @@
         </tr>
         </c:if>
         <tr>
-            <th><fmt:message key="issue.project"/></th>
+            <th><fmt:message key="project"/></th>
             <td>
                 <c:choose>
                     <c:when test="${not empty issue.project}">
@@ -80,7 +80,7 @@
             </td>
         </tr>
         <tr>
-            <th><fmt:message key="issue.component"/></th>
+            <th><fmt:message key="component"/></th>
             <td>
                 <select name="component">
                     <option value="-1"><fmt:message key="placeholder.null-component"/></option>

mercurial