From 46ac48ffbd6333154c7421826b828b9a0137589c Mon Sep 17 00:00:00 2001 From: Maaz Hassan Date: Wed, 27 Dec 2023 10:36:09 +0000 Subject: [PATCH] Fix dropdown menu item name for podcast cards --- client/components/cards/LazyBookCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index d9ff5b04e..22d2da34b 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -463,7 +463,7 @@ export default { if (!this.isQueued) { items.push({ func: 'addToQueue', - text: this.$strings.ButtonQueuePlayNext + text: this.$strings.ButtonQueueAddItem }, { func: 'playNext',