forked from GitHub-Mirrors/foundry-sw5e
Update character-sheet.html
This commit is contained in:
parent
7da1003f55
commit
f5280c1cba
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{{!-- Character Summary --}}
|
||||
<ul class="summary">
|
||||
<li>
|
||||
<input type="text" name="data.details.race" value="{{data.details.race}}" placeholder="{{ localize 'SW5E.Race' }}"/>
|
||||
<input type="text" name="data.details.race" value="{{data.details.race}}" placeholder="{{ localize 'SW5E.Species' }}"/>
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" name="data.details.background" value="{{data.details.background}}" placeholder="{{ localize 'SW5E.Background' }}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue