From d6beb4ba6373e24ed030e3fcbed6a7cd2814a815 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Sat, 11 Oct 2025 17:02:01 -0600 Subject: [PATCH] Localize the button label --- langs/en-ca.json | 1 + templates/Apps/TraitSheet/content.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/langs/en-ca.json b/langs/en-ca.json index 93d8f79..355793c 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -174,6 +174,7 @@ "guts-value-readonly": "The current amount of guts the character has", "guts-max-readonly": "The maximum amount of guts the character can have" }, + "edit-description": "Edit Description", "traits-placeholder": "New Trait...", "short-range": "Short @RipCrypt.common.range", "long-range": "Long @RipCrypt.common.range", diff --git a/templates/Apps/TraitSheet/content.hbs b/templates/Apps/TraitSheet/content.hbs index 5e60416..7ede18c 100644 --- a/templates/Apps/TraitSheet/content.hbs +++ b/templates/Apps/TraitSheet/content.hbs @@ -15,7 +15,7 @@ data-uuid="{{item.uuid}}" data-collaborative="true" > - Edit Description + {{ rc-i18n "RipCrypt.Apps.edit-description" }}
{{{ enriched.system.description }}}