diff --git a/src/app/components/select-section-details/select-section-details.component.ts b/src/app/components/select-section-details/select-section-details.component.ts
index d42b1e86a74ef8d81671bca84b3a46b17446cd77..55c21b523cead45096bfc15f39d2d733043aad92 100644
--- a/src/app/components/select-section-details/select-section-details.component.ts
+++ b/src/app/components/select-section-details/select-section-details.component.ts
@@ -39,7 +39,7 @@ export class SelectSectionDetailsComponent {
   public pointLabel(p: any): string {
     const abs = this.intlService.localizeText("INFO_REMOUSRESULTS_ABSCISSE");
     const tirant = this.intlService.localizeText("INFO_REMOUSRESULTS_TIRANT");
-    return abs + " : " + formattedValue(p.x, 1) + " - " + tirant + " : " + fv(p.z);
+    return abs + " : " + formattedValue(p.x, 1) + " - " + tirant + " : " + fv(p.y);
   }
 
   /**