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

changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Wed Jan 06 15:39:56 2021 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Wed Jan 06 16:20:32 2021 +0100
     1.3 @@ -46,7 +46,7 @@
     1.4          </tr>
     1.5          </c:if>
     1.6          <tr>
     1.7 -            <th><fmt:message key="issue.project"/></th>
     1.8 +            <th><fmt:message key="project"/></th>
     1.9              <td>
    1.10                  <c:choose>
    1.11                      <c:when test="${not empty issue.project}">
    1.12 @@ -80,7 +80,7 @@
    1.13              </td>
    1.14          </tr>
    1.15          <tr>
    1.16 -            <th><fmt:message key="issue.component"/></th>
    1.17 +            <th><fmt:message key="component"/></th>
    1.18              <td>
    1.19                  <select name="component">
    1.20                      <option value="-1"><fmt:message key="placeholder.null-component"/></option>

mercurial