Fix broken subsonic label
This commit is contained in:
parent
547c4ea554
commit
905a32a081
|
@ -135,7 +135,9 @@ export default {
|
||||||
return this.$store.state.instance.settings.subsonic.enabled.value
|
return this.$store.state.instance.settings.subsonic.enabled.value
|
||||||
},
|
},
|
||||||
labels () {
|
labels () {
|
||||||
subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password")
|
return {
|
||||||
|
subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue