diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 0586cebff2..35c54e97d6 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -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 Orb of Rebirth 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.", diff --git a/website/views/options/profile.jade b/website/views/options/profile.jade index d37cf01aa0..4fa2cbf9bd 100644 --- a/website/views/options/profile.jade +++ b/website/views/options/profile.jade @@ -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')