diff --git a/website/client/components/notifications.vue b/website/client/components/notifications.vue index 6ae21ff7e4..1ef1d89e6b 100644 --- a/website/client/components/notifications.vue +++ b/website/client/components/notifications.vue @@ -465,7 +465,7 @@ export default { this.$root.$emit('bv::show::modal', 'won-challenge'); break; case 'STREAK_ACHIEVEMENT': - this.text(this.user.achievements.streak); + this.text(`${this.$t('streaks')}: ${this.user.achievements.streak}`); this.playSound('Achievement_Unlocked'); if (!this.user.preferences.suppressModals.streak) { this.$root.$emit('bv::show::modal', 'streak');