diff --git a/src/includes/entrepreneur/profile/detail.pug b/src/includes/entrepreneur/profile/detail.pug
index 3d5d831582ad35d1a048fd399f179e5d22168183..62957bf82a3653b065c72c7b805e568d347bd8d6 100644
--- a/src/includes/entrepreneur/profile/detail.pug
+++ b/src/includes/entrepreneur/profile/detail.pug
@@ -33,7 +33,7 @@ div.block_list.flex
         sib-display#entrepreneur_contact(
             bind-user
             fields='email'
-            label-email=`${data.Email}`
+            label-email=`${data.Email} : `
             class-email="contact_profil"
             widget-email='cs-display-resource-property'
         )
\ No newline at end of file
diff --git a/src/includes/mentor/profile/detail.pug b/src/includes/mentor/profile/detail.pug
index 519e4356ec88e287f25edb74141d978397c58e59..5af1c16eabaa432f416c390435221c5388b66dd8 100644
--- a/src/includes/mentor/profile/detail.pug
+++ b/src/includes/mentor/profile/detail.pug
@@ -57,9 +57,9 @@ div.block_list.flex
         sib-display#mentor_contact(
             bind-user
             fields='email, mentorProfile.phone, mentorProfile.linkedin, mentorProfile.twitter'
-            label-email=`${data.Email}`
+            label-email=`${data.Email} : `
             class-email="contact_profil"
-            label-mentorProfile.phone=`${data.PhoneNumber}`
+            label-mentorProfile.phone=`${data.PhoneNumber} : `
             class-mentorProfile.phone="contact_profil"
             widget-email='cs-display-resource-property'
             widget-mentorProfile.phone='cs-display-resource-property'