「Welcome」を「ようこそここへ」へ変更しました

This commit is contained in:
demo 2016-02-23 14:13:10 +09:00
parent 5887f80a65
commit 4e946b4dfe

View file

@ -11,7 +11,7 @@
<body>
<div class="container">
<jsp:include page="fragments/bodyHeader.jsp"/>
<h2> <!-- <fmt:message key="welcome"/> -->ようこそここへ</h2>
<h2> <!-- <fmt:message key="welcome"/> -->ようこそここへ</h2>
<spring:url value="/resources/images/pets.png" htmlEscape="true" var="petsImage"/>
<img src="${petsImage}"/>