From a9e584d619bfaea91773cd845f02821a904fa4ac Mon Sep 17 00:00:00 2001 From: psitacus Date: Thu, 10 Jul 2025 22:01:33 -0600 Subject: [PATCH] update attachment tab with comments --- lang/en.json | 3 +++ templates/sheets/global/tabs/tab-attachments.hbs | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lang/en.json b/lang/en.json index 76fcd896..dc70f625 100755 --- a/lang/en.json +++ b/lang/en.json @@ -950,6 +950,9 @@ "stress": { "name": "Stress" } + }, + "Attachments": { + "attachHint": "Drop items here to attach them" } }, "GENERAL": { diff --git a/templates/sheets/global/tabs/tab-attachments.hbs b/templates/sheets/global/tabs/tab-attachments.hbs index 5b632d8b..f7f8b716 100644 --- a/templates/sheets/global/tabs/tab-attachments.hbs +++ b/templates/sheets/global/tabs/tab-attachments.hbs @@ -15,16 +15,15 @@
{{item.name}}
- +
{{/each}} {{/if}} -
- - Drop items here to attach them +
+ {{localize "DAGGERHEART.EFFECTS.Attachments.attachHint"}}