Update UserCard_CoinAnimation.vue

change NewsletterStatus to CoinAnimationStatus
This commit is contained in:
Alexander Friedland 2021-09-21 08:58:11 +02:00 committed by GitHub
parent 5d35e38f8e
commit 6315a73063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ export default {
})
.then(() => {
this.$toasted.success(
this.NewsletterStatus
this.CoinAnimationStatus
? this.$t('setting.coinanimationTrue')
: this.$t('setting.coinanimationFalse'),
)