Add translation to profile filter
This commit is contained in:
parent
829f724ca9
commit
c32520548c
|
|
@ -18,7 +18,7 @@ defineEmits(["select"]);
|
|||
:class="selected == profile || !selected ? 'tag-active' : 'tag-inactive'"
|
||||
@click="$emit('select', profile)"
|
||||
>
|
||||
{{ profile }}
|
||||
{{ $t(`profile.${profile}`) }}
|
||||
</button>
|
||||
</div>
|
||||
<a class="link" @click="$emit('select', '')">Alle anzeigen (Allbranche)</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue