Skip to content
Snippets Groups Projects
Commit 44e3250b authored by marzzzello's avatar marzzzello
Browse files

Fix typo in SubscribeButton.vue

parent da2cc26a
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment