Fix typo in SubscribeButton.vue
This commit is contained in:
parent
da2cc26a64
commit
44e3250b4f
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue