Fix subscribe button

This commit is contained in:
Ciarán Ainsworth 2022-08-31 16:44:45 +00:00 committed by Georg Krause
parent 436a76928f
commit 2c364ce201
1 changed files with 2 additions and 2 deletions

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