Make menu item localized where they're not

This commit is contained in:
mikiher 2024-07-06 00:58:25 +03:00
parent 79bd6a25d9
commit 31c8cb476a
3 changed files with 14 additions and 8 deletions

View file

@ -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'
})