From ca02ac33d5fd48ae419131d32cc8c3a8d4e89a2c Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Mon, 23 Sep 2019 11:57:09 +0200
Subject: [PATCH] Fixed error in translation

---
 front/src/components/manage/moderation/ReportCard.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/manage/moderation/ReportCard.vue b/front/src/components/manage/moderation/ReportCard.vue
index 7053b2bbb..d44656a4f 100644
--- a/front/src/components/manage/moderation/ReportCard.vue
+++ b/front/src/components/manage/moderation/ReportCard.vue
@@ -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')">
-- 
GitLab