mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Changed 'Your Skills' to 'Help' for hero level spell palette.
This commit is contained in:
parent
18238a1781
commit
3f9aa1ba79
2 changed files with 3 additions and 1 deletions
app
|
@ -247,6 +247,7 @@
|
|||
tome_select_a_thang: "Select Someone for "
|
||||
tome_available_spells: "Available Spells"
|
||||
tome_your_skills: "Your Skills"
|
||||
tome_help: "Help"
|
||||
tome_current_method: "Current Method"
|
||||
hud_continue_short: "Continue"
|
||||
code_saved: "Code Saved"
|
||||
|
|
|
@ -13,6 +13,7 @@ if entryGroupSlugs
|
|||
div(class="properties properties-" + slug + " nano-content")
|
||||
else
|
||||
// Hero; group by items, no tabs.
|
||||
h4(data-i18n="play_level.tome_your_skills")
|
||||
//h4(data-i18n="play_level.tome_your_skills")
|
||||
h4(data-i18n="play_level.tome_help")
|
||||
.properties
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue