From 36a21c889185a25d831cd062d34b58a916216633 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Thu, 9 Apr 2026 13:50:13 +0200 Subject: [PATCH] Improve input title for add book to collection widget --- front/src/AddBookToCollection.vue | 3 +-- front/src/locales/en.json | 3 +++ front/src/locales/fr.json | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/front/src/AddBookToCollection.vue b/front/src/AddBookToCollection.vue index 0a7fd79..f378c2d 100644 --- a/front/src/AddBookToCollection.vue +++ b/front/src/AddBookToCollection.vue @@ -43,7 +43,6 @@ function addBook(bookId) { emit('created') } else { res.json().then((json) => { - console.log(json) error.value = json }) } @@ -61,7 +60,7 @@ function addBook(bookId) { type="text" maxlength="300" v-model="book.title" - :placeholder="$t('addbook.title')" + :placeholder="$t('inputbookwidget.searchinput')" />

{{ titleError }}