diff --git a/komga-webui/src/views/BrowseBook.vue b/komga-webui/src/views/BrowseBook.vue index 47aea2d8a..dc39046b8 100644 --- a/komga-webui/src/views/BrowseBook.vue +++ b/komga-webui/src/views/BrowseBook.vue @@ -118,7 +118,7 @@ :to="{name: 'read-book', params: { bookId: bookId}, query: { context: context.origin, contextId: context.id}}" :disabled="book.media.status !== 'READY' || !canReadPages" > - mdi-book-open-page-variant + mdi-book-open-page-variant {{ $t('common.read') }} @@ -127,7 +127,7 @@ small :disabled="!canDownload" :href="fileUrl"> - mdi-file-download + mdi-file-download {{ $t('common.download') }} @@ -151,7 +151,7 @@ :to="{name: 'read-book', params: { bookId: bookId}, query: { context: context.origin, contextId: context.id}}" :disabled="book.media.status !== 'READY' || !canReadPages" > - mdi-book-open-page-variant + mdi-book-open-page-variant {{ $t('common.read') }} @@ -160,7 +160,7 @@ small :disabled="!canDownload" :href="fileUrl"> - mdi-file-download + mdi-file-download {{ $t('common.download') }} diff --git a/komga-webui/src/views/BrowseSeries.vue b/komga-webui/src/views/BrowseSeries.vue index efce24abd..cf0a8e77e 100644 --- a/komga-webui/src/views/BrowseSeries.vue +++ b/komga-webui/src/views/BrowseSeries.vue @@ -134,7 +134,7 @@ small :disabled="!canDownload" :href="fileUrl"> - mdi-file-download + mdi-file-download {{ $t('common.download') }} @@ -172,7 +172,7 @@ small :disabled="!canDownload" :href="fileUrl"> - mdi-file-download + mdi-file-download {{ $t('common.download') }}