Fixed error in translation
This commit is contained in:
parent
08bda7618d
commit
ca02ac33d5
|
@ -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…
Reference in New Issue