Skip to content

Commit cff0480

Browse files
committed
Update messages & REST API help reference page
Signed-off-by: Pekka Helenius <[email protected]>
1 parent 57e68f6 commit cff0480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bookstore/src/main/resources/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ page.text.apiref.book.add = Adding a book
7070
page.text.apiref.book.add.a = Without author and category information\:
7171
page.text.apiref.book.add.b = With author and category information\:
7272
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\:
7474

7575
page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct.
7676

bookstore/src/main/resources/templates/apiref.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h3 th:text="${#messages.msgOrNull('page.text.apiref.examples')} ?: 'page.text.a
137137

138138
<tr>
139139
<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 &quot;' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter&quot;'">
141141
code placeholder
142142
</code>
143143
</td>

0 commit comments

Comments
 (0)