mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +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",
|
"community": "Community Forum",
|
||||||
"dataTool": "Data Display Tool",
|
"dataTool": "Data Display Tool",
|
||||||
"resources": "Resources",
|
"resources": "Resources",
|
||||||
"askQuestion": "Ask a Question (Newbies Guild)",
|
"askQuestionNewbiesGuild": "Ask a Question (Newbies Guild)",
|
||||||
"tavernTalk": "Tavern Talk",
|
"tavernTalk": "Tavern Talk",
|
||||||
"tavernAlert1": "Note: if you're reporting a bug, the developers won't see it here. Please",
|
"tavernAlert1": "Note: if you're reporting a bug, the developers won't see it here. Please",
|
||||||
"tavernAlert2": "use GitHub instead",
|
"tavernAlert2": "use GitHub instead",
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
a(target='_blank', href='http://habitica.wikia.com/wiki/Special:Forum')=env.t('community')
|
a(target='_blank', href='http://habitica.wikia.com/wiki/Special:Forum')=env.t('community')
|
||||||
tr
|
tr
|
||||||
td
|
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
|
// Player Tiers
|
||||||
.panel.panel-default(popover=env.t('tierPop'), popover-trigger="mouseenter", popover-placement="right")
|
.panel.panel-default(popover=env.t('tierPop'), popover-trigger="mouseenter", popover-placement="right")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue