mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 03:52:54 +00:00
Update stat point title (#10543)
This commit is contained in:
parent
510e01effd
commit
d5efb50d9b
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@
|
|||
.col-12.col-md-6
|
||||
h3(v-if='userLevel100Plus', v-once, v-html="$t('noMoreAllocate')")
|
||||
h3
|
||||
| {{$t('pointsAvailable')}}
|
||||
| {{$t('statPoints')}}
|
||||
.counter.badge(v-if='user.stats.points || userLevel100Plus')
|
||||
| {{user.stats.points}}
|
||||
.col-12.col-md-6
|
||||
|
|
|
|||
|
|
@ -224,6 +224,6 @@
|
|||
"level": "Level",
|
||||
"allocated": "Allocated",
|
||||
"buffs": "Buffs",
|
||||
"pointsAvailable": "Points Available",
|
||||
"statPoints": "Stat Points",
|
||||
"pts": "pts"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue