Fix translation

This commit is contained in:
LeRatierBretonnien 2023-03-30 18:04:03 +02:00
parent b5a7e79b17
commit 80ec2e4e66
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,11 @@
</span>
<span class="item-field-label-medium">
<label class="short-label">{{localize (concat "WH.conf." item.system.isidentified)}}</label>
{{#if item.system.isidentified}}
<label class="short-label">{{localize (concat "WH.conf." item.system.isidentified)}}</label>
{{else}}
<label class="short-label">{{localize (concat "WH.conf." item.system.notapplicable)}}</label>
{{/if}}
</span>
<div class="item-filler">&nbsp;</div>