Fix the localization and make it clearer that you might not need to update macros
This commit is contained in:
parent
7a8a75fe64
commit
1cb9adfe33
2 changed files with 3 additions and 2 deletions
|
|
@ -73,7 +73,8 @@
|
|||
},
|
||||
"attribute": {
|
||||
"key": {
|
||||
"hint": "This is the computer-friendly identifier for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this WILL break any existing macros you have."
|
||||
"label": "Identifier",
|
||||
"hint": "This is the computer-friendly name for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this will most likely break any existing macros you have."
|
||||
},
|
||||
"always-visible": "Always Visible",
|
||||
"minimum": "Minimum",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div>
|
||||
<div class="property">
|
||||
<label for="{{meta.idp}}-key">
|
||||
{{ localize "taf.misc.key" }}
|
||||
{{ localize "taf.misc.attribute.key.label" }}
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue