src/main/webapp/WEB-INF/jsp/commit-successful.jsp

changeset 180
009700915269
parent 123
c27eee1259bd
     1.1 --- a/src/main/webapp/WEB-INF/jsp/commit-successful.jsp	Tue Jan 05 19:19:31 2021 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/commit-successful.jsp	Wed Jan 06 15:39:56 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  <%--
     1.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  
     1.7 -Copyright 2018 Mike Becker. All rights reserved.
     1.8 +Copyright 2021 Mike Becker. All rights reserved.
     1.9  
    1.10  Redistribution and use in source and binary forms, with or without
    1.11  modification, are permitted provided that the following conditions are met:
    1.12 @@ -30,6 +30,6 @@
    1.13  
    1.14  <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/>
    1.15  
    1.16 -<fmt:message bundle="${lightpit_bundle}" key="commit.success"/>
    1.17 -<fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/>
    1.18 +<fmt:message key="commit.success"/>
    1.19 +<fmt:message key="commit.redirect-link"/>
    1.20  <a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a>

mercurial