mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-19 12:58:31 +00:00
Fixed closing p tag in settings
This commit is contained in:
parent
843715a659
commit
ec4d387697
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,7 @@
|
|||
<i class="material-icons">font_download</i>{{ $t('settings.templates.title') }}
|
||||
</h3>
|
||||
|
||||
<p>{{ $t('settings.templates.tracknameTemplate') }}/p>
|
||||
<p>{{ $t('settings.templates.tracknameTemplate') }}</p>
|
||||
<input type="text" v-model="settings.tracknameTemplate" />
|
||||
|
||||
<p>{{ $t('settings.templates.albumTracknameTemplate') }}</p>
|
||||
|
|
Loading…
Reference in a new issue