Localize the button label

This commit is contained in:
Eldritch-Oliver 2025-10-11 17:02:01 -06:00
parent 7de3f1ca87
commit d6beb4ba63
2 changed files with 2 additions and 1 deletions

View file

@ -174,6 +174,7 @@
"guts-value-readonly": "The current amount of guts the character has", "guts-value-readonly": "The current amount of guts the character has",
"guts-max-readonly": "The maximum amount of guts the character can have" "guts-max-readonly": "The maximum amount of guts the character can have"
}, },
"edit-description": "Edit Description",
"traits-placeholder": "New Trait...", "traits-placeholder": "New Trait...",
"short-range": "Short @RipCrypt.common.range", "short-range": "Short @RipCrypt.common.range",
"long-range": "Long @RipCrypt.common.range", "long-range": "Long @RipCrypt.common.range",

View file

@ -15,7 +15,7 @@
data-uuid="{{item.uuid}}" data-uuid="{{item.uuid}}"
data-collaborative="true" data-collaborative="true"
> >
Edit Description {{ rc-i18n "RipCrypt.Apps.edit-description" }}
</button> </button>
<div class="value">{{{ enriched.system.description }}}</div> <div class="value">{{{ enriched.system.description }}}</div>
</div> </div>