--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp Wed Jan 06 15:39:56 2021 +0100 +++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp Wed Jan 06 16:20:32 2021 +0100 @@ -44,7 +44,7 @@ </tr> </c:if> <tr> - <th><fmt:message key="issue.project"/></th> + <th><fmt:message key="project"/></th> <td> <c:out value="${issue.project.name}" /> </td> @@ -64,7 +64,7 @@ </td> </tr> <tr> - <th><fmt:message key="issue.component"/></th> + <th><fmt:message key="component"/></th> <td> <c:if test="${not empty issue.component}"> <c:out value="${issue.component.name}"/>