Tokenmagic icon indicating copy to clipboard operation
Tokenmagic copied to clipboard

[BUG] : In french, config screen displays damage types as [Object object]

Open yogiteck opened this issue 1 year ago • 0 comments

Module Version: v0.6.5

Describe the bug In french, config screen displays damage types title as [Object object] instead of "Acid", "Fire", etc.

To Reproduce Choose french language and localisation Go in config menu (where you can config your templates for damage types)

Expected behavior We should see damage types label.

How can youfix this bug Open "categories.html" First lines should be

{{#each dmgTypes as |dmgType dmgKey|}}

{{dmgType.label}}

yogiteck avatar Mar 31 '24 16:03 yogiteck