mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Added context message to streak (#10565)
* Added context message to streak * Updated text
This commit is contained in:
parent
b87ff03210
commit
6da243e034
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue