diff --git a/bookstore/src/main/resources/messages.properties b/bookstore/src/main/resources/messages.properties index 76d3f63..d8a4df2 100644 --- a/bookstore/src/main/resources/messages.properties +++ b/bookstore/src/main/resources/messages.properties @@ -70,7 +70,7 @@ page.text.apiref.book.add = Adding a book page.text.apiref.book.add.a = Without author and category information\: page.text.apiref.book.add.b = With author and category information\: page.text.apiref.book.add.c = Without author and with category information\: -page.text.apiref.book.add.d = With author's last name\: +page.text.apiref.book.add.d = With author's last name and with category information\: page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct. diff --git a/bookstore/src/main/resources/templates/apiref.html b/bookstore/src/main/resources/templates/apiref.html index 29888e5..10234c7 100644 --- a/bookstore/src/main/resources/templates/apiref.html +++ b/bookstore/src/main/resources/templates/apiref.html @@ -137,7 +137,7 @@ - + code placeholder