forked from GitHub-Mirrors/foundry-sw5e
Fixed Health Header
SW5E.health changed to SW5E.Health
This commit is contained in:
parent
3e1107b0b6
commit
702f709605
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</ul>
|
||||
<ul class="attributes flexrow">
|
||||
<li class="attribute health">
|
||||
<h4 class="attribute-name box-title">{{localize 'SW5E.health'}}</h4>
|
||||
<h4 class="attribute-name box-title">{{localize 'SW5E.Health'}}</h4>
|
||||
<div class="attribute-value multiple">
|
||||
<input name="data.attributes.hp.value" type="text" placeholder="—"
|
||||
value="{{data.attributes.hp.value}}" data-dtype="Number">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue