Fix translation
This commit is contained in:
parent
b5a7e79b17
commit
80ec2e4e66
@ -37,7 +37,11 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="item-field-label-medium">
|
<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>
|
</span>
|
||||||
|
|
||||||
<div class="item-filler"> </div>
|
<div class="item-filler"> </div>
|
||||||
|
Reference in New Issue
Block a user