--- a/src/main/webapp/WEB-INF/jsp/commit-successful.jsp Tue Jan 05 19:19:31 2021 +0100 +++ b/src/main/webapp/WEB-INF/jsp/commit-successful.jsp Wed Jan 06 15:39:56 2021 +0100 @@ -1,7 +1,7 @@ <%-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2018 Mike Becker. All rights reserved. +Copyright 2021 Mike Becker. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -30,6 +30,6 @@ <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> -<fmt:message bundle="${lightpit_bundle}" key="commit.success"/> -<fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> +<fmt:message key="commit.success"/> +<fmt:message key="commit.redirect-link"/> <a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a>