Localize the button label
This commit is contained in:
parent
7de3f1ca87
commit
d6beb4ba63
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue