diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/BadgeEntity.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/BadgeEntity.vue
index 3e2d8ab97..5dd770328 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/BadgeEntity.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/BadgeEntity.vue
@@ -1,13 +1,12 @@
- {{ $t('renderbox.person') }}
+ {{ $t('person') }}
-
- {{ $t('renderbox.type.thirdparty')}}
+ {{ $t('thirdparty.thirdparty')}}
@@ -15,12 +14,16 @@
- {{ $t('tparty.child')}}
- {{ $t('tparty.company')}}
- {{ $t('tparty.contact')}}
+ {{ $t('thirdparty.child')}}
+ {{ $t('thirdparty.company')}}
+ {{ $t('thirdparty.contact')}}
+
+ {{ $t('user')}}
+
+