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

changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Wed Jan 06 15:39:56 2021 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Wed Jan 06 16:20:32 2021 +0100
     1.3 @@ -44,7 +44,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:out value="${issue.project.name}" />
    1.11          </td>
    1.12 @@ -64,7 +64,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              <c:if test="${not empty issue.component}">
    1.20                  <c:out value="${issue.component.name}"/>

mercurial