From cff0480d763419eb346975afa0faac5fd3bf02ec Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 30 Sep 2020 19:31:27 +0300 Subject: [PATCH] Update messages & REST API help reference page Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/messages.properties | 2 +- bookstore/src/main/resources/templates/apiref.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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