diff --git a/front/src/components/channels/SubscribeButton.vue b/front/src/components/channels/SubscribeButton.vue index 69eef503367203d67092d6620d9c1993da2849c8..d4d095c2f87db83a29baf0dcc4373507b5be44fd 100644 --- a/front/src/components/channels/SubscribeButton.vue +++ b/front/src/components/channels/SubscribeButton.vue @@ -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 () {