Fix subscribe button

This commit is contained in:
Ciarán Ainsworth 2022-08-31 16:44:45 +00:00 committed by Georg Krause
commit 2c364ce201

View file

@ -24,8 +24,8 @@ const store = useStore()
const isSubscribed = computed(() => store.getters['channels/isSubscribed'](props.channel.uuid))
const title = computed(() => isSubscribed.value
? $pgettext('Content/Channel/Button/Verb', 'Subscribe')
: $pgettext('Content/Channel/Button/Verb', 'Unsubscribe')
? $pgettext('Content/Channel/Button/Verb', 'Unsubscribe')
: $pgettext('Content/Channel/Button/Verb', 'Subscribe')
)
const message = computed(() => ({