From bad3ad0dbdb2215c855fb21f31f9328c004c5173 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 19 Sep 2020 00:11:29 +0300 Subject: [PATCH] Update example forms Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/messages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookstore/src/main/resources/messages.properties b/bookstore/src/main/resources/messages.properties index 7e90fbb..982598a 100644 --- a/bookstore/src/main/resources/messages.properties +++ b/bookstore/src/main/resources/messages.properties @@ -17,12 +17,12 @@ book.desc.set.year = Set book publication year book.desc.set.price = Set book price book.desc.set.category = Select appropriate category -book.desc.example.headertext = Valid inputs +book.desc.example.headertext = Valid inputs (examples) book.desc.example.author = Andrzej Sapkowski book.desc.example.title = The Witcher\:\ The Lady of the Lake book.desc.example.isbn = 1212121-3 or 4545454-67 or 6767676-890 -book.desc.example.year = 1914 -book.desc.example.price = 45.67 +book.desc.example.year = 1854 or 2005 +book.desc.example.price = 17 or 123.5 or 45.67 book.error.author = Invalid author name book.error.title = Invalid title