diff --git a/src/includes/components/widgets.pug b/src/includes/components/widgets.pug
index b61f6912203c453adcb827c3c2664502386aee7a..5da5ad04f62a1c52a4520750b444352d187e288d 100644
--- a/src/includes/components/widgets.pug
+++ b/src/includes/components/widgets.pug
@@ -218,6 +218,7 @@ solid-widget(name="iframe-video-resource")
 
 solid-widget(name="cs-display-sharing")
   template
-    p #[b ${label}] ${await value == 'https://api-staging.coopstarter.happy-dev.fr/sharingcriterias/3/' ? `public` : (await value == 'https://api-staging.coopstarter.happy-dev.fr/sharingcriterias/1/' ? `Private` : `Organisation` ) }
+    p #[b ${label}] ${await value.name}
+    
 
       
\ No newline at end of file