diff --git a/templates/ui/tooltip/feature.hbs b/templates/ui/tooltip/feature.hbs index fb07d895..768c2059 100644 --- a/templates/ui/tooltip/feature.hbs +++ b/templates/ui/tooltip/feature.hbs @@ -1,5 +1,12 @@
-

{{item.name}}

-
{{{description}}}
+

{{item.name}}

+
+
+ {{localize 'TYPES.Item.feature'}} +
+
+ {{#if description}} +
{{{description}}}
+ {{/if}}
\ No newline at end of file