Skip to content
Snippets Groups Projects
Verified Commit ca02ac33 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed error in translation

parent 08bda761
No related branches found
No related tags found
No related merge requests found
......@@ -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')">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment