Update stat point title (#10543)

This commit is contained in:
Keith Holliday
2018-07-21 08:08:36 -05:00
committed by GitHub
parent 510e01effd
commit d5efb50d9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -224,6 +224,6 @@
"level": "Level",
"allocated": "Allocated",
"buffs": "Buffs",
"pointsAvailable": "Points Available",
"statPoints": "Stat Points",
"pts": "pts"
}