mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Rename translation key
This commit is contained in:
parent
ca6137a24e
commit
2a530a207d
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue