From 55b2472978828789fcf5314f8e5fed28a7e9aebf Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Fri, 30 Aug 2024 10:58:33 -0700 Subject: [PATCH] Update: collectionBooksTable toast --- client/components/tables/CollectionBooksTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/tables/CollectionBooksTable.vue b/client/components/tables/CollectionBooksTable.vue index d7d1225ed..ce66de11b 100644 --- a/client/components/tables/CollectionBooksTable.vue +++ b/client/components/tables/CollectionBooksTable.vue @@ -78,7 +78,7 @@ export default { }) .catch((error) => { console.error('Failed to update collection', error) - this.$toast.error('Failed to save collection books order') + this.$toast.error(this.$strings.ToastCollectionUpdateFailed) }) }, editBook(book) { @@ -110,4 +110,4 @@ export default { .collection-book-leave-active { position: absolute; } - \ No newline at end of file +