From da101a17af4ac73bbed64ce8ade57048cd9da5ea Mon Sep 17 00:00:00 2001 From: Nicholas W Date: Sun, 18 Aug 2024 21:15:41 -0700 Subject: [PATCH] Fix: fix double message definition --- client/components/cards/LazyBookCard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 54e8d707c..9d311a6ff 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -727,7 +727,6 @@ export default { toggleFinished(confirmed = false) { if (!this.itemIsFinished && this.userProgressPercent > 0 && !confirmed) { const payload = { - message: `Are you sure you want to mark "${this.displayTitle}" as finished?`, message: this.$getString('MessageConfirmMarkItemFinished', [this.displayTitle]), callback: (confirmed) => { if (confirmed) {