mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 20:53:19 -05:00
[web] Fix attribute order
This commit is contained in:
parent
66b11c96e2
commit
d1c2f0f9fd
@ -6,7 +6,7 @@
|
||||
<index-button-list :indices="artists.indices" />
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<p v-text="$t('page.artists.filter')" class="heading" />
|
||||
<p class="heading" v-text="$t('page.artists.filter')" />
|
||||
<control-switch v-model="uiStore.hide_singles">
|
||||
<template #label>
|
||||
<span v-text="$t('page.artists.hide-singles')" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user