diff --git a/komga-webui/src/views/BrowseBook.vue b/komga-webui/src/views/BrowseBook.vue
index d5fd37d27..b12c1016f 100644
--- a/komga-webui/src/views/BrowseBook.vue
+++ b/komga-webui/src/views/BrowseBook.vue
@@ -119,14 +119,14 @@
v-for="(names, key) in authorsByRole"
:key="key"
>
- {{ key }}
+ {{ key }}
{{ names.join(', ') }}
- TAGS
+ TAGS
- {{ $t('common.year') }}
+ {{ $t('common.year') }}
@@ -136,14 +136,14 @@
- {{ $t('common.publisher') }}
+ {{ $t('common.publisher') }}
{{ series.metadata.publisher }}
- {{ $t('common.genre') }}
+ {{ $t('common.genre') }}
- {{ $t('common.tags') }}
+ {{ $t('common.tags') }}
- {{ key }}
+ {{ key }}
{{ names.join(', ') }}