From c6b5d4aa26bbab03f3cb69775cde2b6f77a0facb Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 1 Mar 2025 17:48:11 -0600 Subject: [PATCH] Update author by string translation #4017 --- client/pages/item/_id/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/item/_id/index.vue b/client/pages/item/_id/index.vue index c2ec6e17..dadb8575 100644 --- a/client/pages/item/_id/index.vue +++ b/client/pages/item/_id/index.vue @@ -41,7 +41,7 @@

{{ $getString('LabelByAuthor', [podcastAuthor]) }}

- by {{ author.name }} + {{ $getString('LabelByAuthor', ['']) }}{{ author.name }}

by Unknown