Merge branch 'development' into feature/798-Attribution

This commit is contained in:
WBHarry 2025-08-17 14:43:30 +02:00
commit e8aa2acdf0
75 changed files with 284 additions and 262 deletions

View file

@ -5,7 +5,7 @@
<nav class='feature-tab sheet-tabs tabs' data-group='primary'>
{{#each tabs as |tab|}}
<a class='{{tab.id}} {{tab.cssClass}}' data-action='tab' data-group='{{tab.group}}' data-tab='{{tab.id}}'>
{{localize tab.label}}
<span>{{localize tab.label}}</span>
</a>
{{/each}}
</nav>