Fix typo in SubscribeButton.vue

environments/review-docs-confi-pvdyb2/deployments/4739
marzzzello 2020-04-14 14:54:47 +02:00
rodzic da2cc26a64
commit 44e3250b4f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 () {