Merge branch 'patch-1' into 'develop'
Fix typo in SubscribeButton.vue See merge request funkwhale/funkwhale!1089
This commit is contained in:
commit
0c6edd7261
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue