Skip to content

Commit f9399b7

Browse files
dfuenzalidadsyer
authored andcommitted
Fix typo in visits form which caused button to miss its text
Signed-off-by: Denis Fuenzalida <[email protected]>
1 parent 67643c4 commit f9399b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/pets/createOrUpdateVisitForm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>
3636
<div class="form-group">
3737
<div class="col-sm-offset-2 col-sm-10">
3838
<input type="hidden" name="petId" th:value="${pet.id}" />
39-
<button class="btn btn-primary" type="submit" th:text="${addVisit}">Add Visit</button>
39+
<button class="btn btn-primary" type="submit" th:text="#{addVisit}">Add Visit</button>
4040
</div>
4141
</div>
4242
</form>

0 commit comments

Comments
 (0)