Merge branch 'patch-1' into 'develop'

Fix typo in SubscribeButton.vue

See merge request funkwhale/funkwhale!1089
This commit is contained in:
Agate 2020-04-14 19:18:28 +02:00
commit 0c6edd7261
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default {
if (this.isSubscribed) { if (this.isSubscribed) {
return this.$pgettext('Content/Channel/Button/Verb', 'Subscribe') return this.$pgettext('Content/Channel/Button/Verb', 'Subscribe')
} else { } else {
return this.$pgettext('Content/Channel/Button/Verb', 'Unubscribe') return this.$pgettext('Content/Channel/Button/Verb', 'Unsubscribe')
} }
}, },
isSubscribed () { isSubscribed () {