diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index c281f821..44f0687b 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -170,13 +170,13 @@ export default { if (!this.isPodcastLibrary && this.selectedMediaItemsArePlayable) { options.push({ - text: 'Quick Embed Metadata', + text: this.$strings.ButtonQuickEmbedMetadata, action: 'quick-embed' }) } options.push({ - text: 'Re-Scan', + text: this.$strings.ButtonReScan, action: 'rescan' }) diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index 9064c914..2eaba7f5 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -53,7 +53,6 @@ {{ numShowing }}
- @@ -68,9 +67,6 @@