diff --git a/src/structures/dto/create-structure.dto.ts b/src/structures/dto/create-structure.dto.ts
index 019b210aa4da6a72982a1f56dc1d3568d83f31d4..857697914c2aad758535f706b2e2f0811fb3e2bd 100644
--- a/src/structures/dto/create-structure.dto.ts
+++ b/src/structures/dto/create-structure.dto.ts
@@ -36,7 +36,7 @@ export class CreateStructureDto {
   aideALaParentalite: string[];
   cultureEtSecuriteNumerique: string[];
   wifiEnAccesLibre: boolean;
-  ordinateurs: boolean;
+  nbComputers: boolean;
   nombre: string;
   tablettes: boolean;
   bornesNumeriques: boolean;
diff --git a/src/structures/schemas/structure.schema.ts b/src/structures/schemas/structure.schema.ts
index 878c39f0484b8d708d34e571adc23f9e2318df6b..711c63714c5c39442ed74f8bf29d333788155755 100644
--- a/src/structures/schemas/structure.schema.ts
+++ b/src/structures/schemas/structure.schema.ts
@@ -115,7 +115,7 @@ export class Structure {
   equipementsEtServicesProposes: string[];
 
   @Prop()
-  ordinateurs: number;
+  nbComputers: number;
 
   @Prop()
   precisionsSiNecessaire: string;