forked from GitHub-Mirrors/foundry-sw5e
fix a lot of localize not set
This commit is contained in:
parent
4594cbea06
commit
5619a32d84
9 changed files with 48 additions and 30 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
{{!-- HIT POINTS --}}
|
||||
<section>
|
||||
<h1>Hit Points</h1>
|
||||
<h1>{{ localize "SW5E.HP" }}</h1>
|
||||
<div class="attribute-value multiple">
|
||||
<input name="data.attributes.hp.value" type="text" value="{{data.attributes.hp.value}}"
|
||||
data-dtype="Number" placeholder="10" class="value-number" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue