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) {