mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix missing translations in modal dialog playlist view
The path and the playlist types are now translated.
This commit is contained in:
@@ -15,12 +15,15 @@
|
||||
</p>
|
||||
<div class="content is-small">
|
||||
<p>
|
||||
<span class="heading">Path</span>
|
||||
<span class="heading" v-text="$t('dialog.playlist.path')" />
|
||||
<span class="title is-6" v-text="playlist.path" />
|
||||
</p>
|
||||
<p>
|
||||
<span class="heading" v-text="$t('dialog.playlist.type')" />
|
||||
<span class="title is-6" v-text="playlist.type" />
|
||||
<span
|
||||
class="title is-6"
|
||||
v-text="$t('playlist.type.' + playlist.type)"
|
||||
/>
|
||||
</p>
|
||||
<p v-if="!playlist.folder">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user