diff --git a/common/locales/en/contrib.json b/common/locales/en/contrib.json index 55e5d826d2..fffd0e0788 100644 --- a/common/locales/en/contrib.json +++ b/common/locales/en/contrib.json @@ -66,6 +66,5 @@ "blurbGuildsPage": "Guilds are common-interest chat groups created by the players, for players. Browse through the list and join the Guilds that interest you!", "blurbChallenges": "Challenges are created by your fellow players. Joining a Challenge will add its tasks to your task dashboard, and winning a Challenge will give you an achievement and often a gem prize!", "blurbHallPatrons": "This is the Hall of Patrons, where we honor the noble adventurers who backed HabitRPG's original Kickstarter. We thank them for helping us bring Habitica to life!", - "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! ", - "blurbHallHeroesLink": "Find out more here." + "blurbHallHeroes": "This is the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too! Find out more here. " } diff --git a/website/views/options/social/hall.jade b/website/views/options/social/hall.jade index 519d15cda6..dfd8e7bc80 100644 --- a/website/views/options/social/hall.jade +++ b/website/views/options/social/hall.jade @@ -8,8 +8,7 @@ script(type='text/ng-template', id='partials/options.social.hall.html') =env.t('hallPatrons') ul.options-blurbmenu span(data-ng-show="$state.includes('options.social.hall.heroes')") - =env.t('blurbHallHeroes') - a(target='_blank', href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG')=env.t('blurbHallHeroesLink') + li!=env.t('blurbHallHeroes') span(data-ng-show="$state.includes('options.social.hall.patrons')") =env.t('blurbHallPatrons')