We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67643c4 commit f9399b7Copy full SHA for f9399b7
src/main/resources/templates/pets/createOrUpdateVisitForm.html
@@ -36,7 +36,7 @@ <h2>
36
<div class="form-group">
37
<div class="col-sm-offset-2 col-sm-10">
38
<input type="hidden" name="petId" th:value="${pet.id}" />
39
- <button class="btn btn-primary" type="submit" th:text="${addVisit}">Add Visit</button>
+ <button class="btn btn-primary" type="submit" th:text="#{addVisit}">Add Visit</button>
40
</div>
41
42
</form>
0 commit comments