mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
adding more links to heroes blurb and links not included in json
This commit is contained in:
parent
65b7465081
commit
a25296a855
2 changed files with 2 additions and 4 deletions
|
|
@ -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 <a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'> gems, exclusive equipment</a>, and <a href='http://habitrpg.wikia.com/wiki/Contributor_Titles' target='_blank'>prestigious titles</a>. You can contribute to HabitRPG, too! <a href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG' target='_blank'> Find out more here. </a>"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue