mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Added remaining missing translation use
This commit is contained in:
parent
1c2b5d0b42
commit
706d3fdd3d
31 changed files with 82 additions and 63 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<section class='tab {{tabs.adversaries.cssClass}} {{tabs.adversaries.id}}' data-tab='{{tabs.adversaries.id}}'
|
||||
data-group='{{tabs.adversaries.group}}'>
|
||||
<button type="button" class="add-action-btn" data-action="addCategory">
|
||||
New Category
|
||||
{{localize "DAGGERHEART.GENERAL.newCategory"}}
|
||||
</button>
|
||||
{{#each document.system.potentialAdversaries as |category categoryId|}}
|
||||
<fieldset class="category-container" data-potential-adversary="{{categoryId}}">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
{{/each}}
|
||||
</div>
|
||||
<div class="adversaries-dragger">
|
||||
Drop Actors here
|
||||
{{localize "DAGGERHEART.GENERAL.dropActorsHere"}}
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue