diff --git a/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.vue b/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.vue index ebe81ed13..164156d6d 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.vue @@ -52,7 +52,7 @@ export default { }) .then(() => { this.$toasted.success( - this.NewsletterStatus + this.CoinAnimationStatus ? this.$t('setting.coinanimationTrue') : this.$t('setting.coinanimationFalse'), )