Fixed error in translation

This commit is contained in:
Eliot Berriot 2019-09-23 11:57:09 +02:00
parent 08bda7618d
commit ca02ac33d5
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -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')">