File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bookstore/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ page.text.apiref.book.add = Adding a book
70
70
page.text.apiref.book.add.a = Without author and category information\:
71
71
page.text.apiref.book.add.b = With author and category information\:
72
72
page.text.apiref.book.add.c = Without author and with category information\:
73
- page.text.apiref.book.add.d = With author's last name\:
73
+ page.text.apiref.book.add.d = With author's last name and with category information \:
74
74
75
75
page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct.
76
76
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ <h3 th:text="${#messages.msgOrNull('page.text.apiref.examples')} ?: 'page.text.a
137
137
138
138
< tr >
139
139
< td class ="apiref-table-right ">
140
- < code th:text ="'curl --request GET ' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter' ">
140
+ < code th:text ="'curl --request GET " ' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter" ' ">
141
141
code placeholder
142
142
</ code >
143
143
</ td >
You can’t perform that action at this time.
0 commit comments