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 }}