From 5ea9efeab28e118d8682098e66cb12295faa8547 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 22 Dec 2023 22:37:45 -0700 Subject: [PATCH] Rename the sync panel to the health panel since it doesn't have Sync in any more lol --- langs/en-ca.json | 2 +- templates/actors/char-sheet-mvp/sheet.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index 35d064d..ece0098 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -31,7 +31,7 @@ "dotdungeon.actor.pc.panel.statistics": "Stats", "dotdungeon.actor.pc.panel.skills": "Skills", "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.weapons": "Weapons", "dotdungeon.actor.pc.panel.roles": "Roles", diff --git a/templates/actors/char-sheet-mvp/sheet.hbs b/templates/actors/char-sheet-mvp/sheet.hbs index d6e718a..27130d5 100644 --- a/templates/actors/char-sheet-mvp/sheet.hbs +++ b/templates/actors/char-sheet-mvp/sheet.hbs @@ -68,7 +68,7 @@ {{/ 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 priority to do.