Skip to content
Snippets Groups Projects
Commit 2074234a authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop

parents 51995c0d 905a32a0
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,9 @@ export default { ...@@ -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")
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment