Merge branch 'patch-1' into 'develop'
Fix typo in SubscribeButton.vue See merge request funkwhale/funkwhale!1089
This commit is contained in:
commit
0c6edd7261
|
@ -16,7 +16,7 @@ export default {
|
|||
if (this.isSubscribed) {
|
||||
return this.$pgettext('Content/Channel/Button/Verb', 'Subscribe')
|
||||
} else {
|
||||
return this.$pgettext('Content/Channel/Button/Verb', 'Unubscribe')
|
||||
return this.$pgettext('Content/Channel/Button/Verb', 'Unsubscribe')
|
||||
}
|
||||
},
|
||||
isSubscribed () {
|
||||
|
|
Loading…
Reference in New Issue