Fix the localization and make it clearer that you might not need to update macros

This commit is contained in:
Oliver 2026-04-29 00:12:36 -06:00
parent 7a8a75fe64
commit 1cb9adfe33
2 changed files with 3 additions and 2 deletions

View file

@ -73,7 +73,8 @@
}, },
"attribute": { "attribute": {
"key": { "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", "always-visible": "Always Visible",
"minimum": "Minimum", "minimum": "Minimum",

View file

@ -1,7 +1,7 @@
<div> <div>
<div class="property"> <div class="property">
<label for="{{meta.idp}}-key"> <label for="{{meta.idp}}-key">
{{ localize "taf.misc.key" }} {{ localize "taf.misc.attribute.key.label" }}
</label> </label>
<input <input
type="text" type="text"