mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-09 03:41:10 +00:00
Fix typo in visits form which caused button to miss its text
This commit is contained in:
parent
cefaf55dd1
commit
5a76a7fe62
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<div class="form-group">
|
||||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<input type="hidden" name="petId" th:value="${pet.id}" />
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue