mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 09:19:25 +02:00
Fixed error in translation
This commit is contained in:
parent
08bda7618d
commit
ca02ac33d5
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
</td>
|
||||
<td colspan="2">
|
||||
<i :class="[configs[target.type].icon, 'icon']"></i>
|
||||
<translate translate-context="*/*/*">{{ configs[target.type].label }}</translate>
|
||||
{{ configs[target.type].label }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="obj.target_owner && (!target || target.type !== 'account')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue