Rename translation key

This commit is contained in:
Blade Barringer 2015-09-19 10:41:21 -05:00
parent ca6137a24e
commit 2a530a207d
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"community": "Community Forum",
"dataTool": "Data Display Tool",
"resources": "Resources",
"askQuestion": "Ask a Question (Newbies Guild)",
"askQuestionNewbiesGuild": "Ask a Question (Newbies Guild)",
"tavernTalk": "Tavern Talk",
"tavernAlert1": "Note: if you're reporting a bug, the developers won't see it here. Please",
"tavernAlert2": "use GitHub instead",

View file

@ -58,7 +58,7 @@
a(target='_blank', href='http://habitica.wikia.com/wiki/Special:Forum')=env.t('community')
tr
td
a(target='_blank', href='https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a')=env.t('askQuestion')
a(target='_blank', href='https://habitica.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a')=env.t('askQuestionNewbiesGuild')
// Player Tiers
.panel.panel-default(popover=env.t('tierPop'), popover-trigger="mouseenter", popover-placement="right")