diff --git a/templates/ui/tooltip/consumable.hbs b/templates/ui/tooltip/consumable.hbs index d39cdfa6..bf8a4601 100644 --- a/templates/ui/tooltip/consumable.hbs +++ b/templates/ui/tooltip/consumable.hbs @@ -1,12 +1,16 @@
-

{{item.name}}

-
{{{description}}}
- -
-
- -
{{item.system.quantity}}
+

{{item.name}}

+
+
+ {{localize "DAGGERHEART.GENERAL.quantity"}} {{item.system.quantity}}
+ {{#if description}} +
{{{description}}}
+ {{/if}} + +

+ {{localize "DAGGERHEART.UI.Tooltip.middleClick"}} +

\ No newline at end of file