Finish localizing the Attribute item sheet
This commit is contained in:
parent
0c694d2166
commit
de1b976b12
3 changed files with 18 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="value-controls">
|
||||
<label for="{{meta.idp}}-min">
|
||||
Minimum
|
||||
{{ localize "taf.misc.attribute.minimum" }}
|
||||
</label>
|
||||
<input
|
||||
type="number"
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
|
||||
<label for="{{meta.idp}}-value">
|
||||
Current Value
|
||||
{{ localize "taf.misc.attribute.current-value" }}
|
||||
</label>
|
||||
<input
|
||||
type="number"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
>
|
||||
|
||||
<label for="{{meta.idp}}-max">
|
||||
Maximum
|
||||
{{ localize "taf.misc.attribute.maximum" }}
|
||||
</label>
|
||||
<input
|
||||
type="number"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue