--- a/src/main/webapp/WEB-INF/jsp/issues-feed.jsp Sat Aug 17 12:09:03 2024 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issues-feed.jsp Sun Oct 06 15:08:50 2024 +0200 @@ -65,7 +65,7 @@ <h2><fmt:message key="issue.description"/></h2> <div style="white-space: pre-wrap;">${issue.description}</div> ]]></description> - <category><fmt:message key="issue.category.${issue.currentCategory}"/></category> + <category>${issue.currentCategory}</category> </c:when> <c:when test="${not empty entry.comment}"> <c:set var="comment" value="${entry.comment}"/>