Rename the sync panel to the health panel since it doesn't have Sync in any more lol
This commit is contained in:
parent
554fae5a93
commit
5ea9efeab2
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"dotdungeon.actor.pc.panel.statistics": "Stats",
|
"dotdungeon.actor.pc.panel.statistics": "Stats",
|
||||||
"dotdungeon.actor.pc.panel.skills": "Skills",
|
"dotdungeon.actor.pc.panel.skills": "Skills",
|
||||||
"dotdungeon.actor.pc.panel.backpack": "Backpack",
|
"dotdungeon.actor.pc.panel.backpack": "Backpack",
|
||||||
"dotdungeon.actor.pc.panel.sync": "Sync",
|
"dotdungeon.actor.pc.panel.health": "Sync",
|
||||||
"dotdungeon.actor.pc.panel.aspect": "Aspect",
|
"dotdungeon.actor.pc.panel.aspect": "Aspect",
|
||||||
"dotdungeon.actor.pc.panel.weapons": "Weapons",
|
"dotdungeon.actor.pc.panel.weapons": "Weapons",
|
||||||
"dotdungeon.actor.pc.panel.roles": "Roles",
|
"dotdungeon.actor.pc.panel.roles": "Roles",
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
{{/ dotdungeon.panel}}
|
{{/ dotdungeon.panel}}
|
||||||
|
|
||||||
|
|
||||||
{{#> dotdungeon.panel class="sync" title="dotdungeon.actor.pc.panel.sync"}}
|
{{#> dotdungeon.panel class="sync" title="dotdungeon.actor.pc.panel.health"}}
|
||||||
{{!--
|
{{!--
|
||||||
NOTE: This would be neat to get working at some point, but isn't my highest
|
NOTE: This would be neat to get working at some point, but isn't my highest
|
||||||
priority to do.
|
priority to do.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue