mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Fixed issue #5203
This commit is contained in:
parent
93472c8a1e
commit
52d869b195
2 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,7 @@
|
|||
"allocatePerPop": "Add a point to Perception",
|
||||
"allocateInt": "Points allocated to Intelligence:",
|
||||
"allocateIntPop": "Add a point to Intelligence",
|
||||
"noMoreAllocate": "Congrats! Now that you've hit level 100, you won't gain Attribute Points any more. You can keep leveling up, or you can use the <a href='http://habitrpg.wikia.com/wiki/Orb_of_Rebirth'>Orb of Rebirth</a> in the Market to reset to level 1!",
|
||||
"stats": "Stats",
|
||||
"strength": "Strength",
|
||||
"strengthText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.",
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ mixin profileStats
|
|||
table.table.table-striped
|
||||
tr
|
||||
td
|
||||
p(ng-if='user.stats.lvl >= 100')!=env.t('noMoreAllocate')
|
||||
strong.inline
|
||||
|{{user.stats.points}}
|
||||
strong.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('levelPopover'))=env.t('unallocated')
|
||||
|
|
|
|||
Loading…
Reference in a new issue