diff --git a/client/components/app/BookShelfCategorized.vue b/client/components/app/BookShelfCategorized.vue index eb4e9424a..aa2418406 100644 --- a/client/components/app/BookShelfCategorized.vue +++ b/client/components/app/BookShelfCategorized.vue @@ -17,19 +17,19 @@
diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index efeb0165c..7e80525af 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -9,7 +9,7 @@
-

{{ displayTitle }}

+

{{ displayTitle }}

diff --git a/client/components/cards/LazySeriesCard.vue b/client/components/cards/LazySeriesCard.vue index 1175acf1b..e2d76336d 100644 --- a/client/components/cards/LazySeriesCard.vue +++ b/client/components/cards/LazySeriesCard.vue @@ -10,18 +10,18 @@
-

{{ displayTitle }}

+

{{ displayTitle }}

rss_feed
-

{{ displayTitle }}

+

{{ displayTitle }}

-

{{ displayTitle }}

+

{{ displayTitle }}

{{ displaySortLine }}

diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue index acc92ea5e..783e9d900 100644 --- a/client/pages/config/index.vue +++ b/client/pages/config/index.vue @@ -11,7 +11,7 @@

{{ $strings.LabelSettingsStoreCoversWithItem }} - info_outlined +

@@ -21,7 +21,7 @@

{{ $strings.LabelSettingsStoreMetadataWithItem }} - info_outlined +

@@ -31,7 +31,7 @@

{{ $strings.LabelSettingsSortingIgnorePrefixes }} - info_outlined +

@@ -56,7 +56,7 @@

{{ $strings.LabelSettingsParseSubtitles }} - info_outlined +

@@ -66,7 +66,7 @@

{{ $strings.LabelSettingsFindCovers }} - info_outlined +

@@ -80,7 +80,7 @@

{{ $strings.LabelSettingsPreferMatchedMetadata }} - info_outlined +

@@ -90,7 +90,7 @@

{{ $strings.LabelSettingsEnableWatcher }} - info_outlined +

@@ -106,7 +106,7 @@

{{ $strings.LabelSettingsHomePageBookshelfView }} - info_outlined +

@@ -116,7 +116,7 @@

{{ $strings.LabelSettingsLibraryBookshelfView }} - info_outlined +

@@ -146,7 +146,7 @@

{{ $strings.LabelSettingsExperimentalFeatures }} - info_outlined +

diff --git a/client/pages/item/_id/index.vue b/client/pages/item/_id/index.vue index b4b58bda0..7365cbba7 100644 --- a/client/pages/item/_id/index.vue +++ b/client/pages/item/_id/index.vue @@ -84,7 +84,7 @@
- play_arrow + {{ isStreaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}