diff --git a/src/app/components/fragments/content-choice-creator/content-choice-creator.component.html b/src/app/components/fragments/content-choice-creator/content-choice-creator.component.html
index e12f8984f649ab70c816938bbb20fb60cd206c8d..84b73b89f395da7916273c287175b4a3a321318f 100644
--- a/src/app/components/fragments/content-choice-creator/content-choice-creator.component.html
+++ b/src/app/components/fragments/content-choice-creator/content-choice-creator.component.html
@@ -4,13 +4,13 @@
                   color="primary" [(ngModel)]="singleChoice" name="singleChoice">Single choice
     </mat-checkbox>
     <mat-checkbox *ngIf="!selected" (click)="multipleChoice = true; singleChoice = false; selected = true"
-                  color="primary" [(ngModel)]="multipleChoice" name="multiChoice">Multi choice
+                  color="primary" [(ngModel)]="multipleChoice" name="multiChoice">Multiple choice
     </mat-checkbox>
     <mat-checkbox *ngIf="selected" color="primary" [(ngModel)]="singleChoice" name="singleChoice" disabled>
       Single choice
     </mat-checkbox>
     <mat-checkbox *ngIf="selected" color="primary" [(ngModel)]="multipleChoice" name="multiChoice" disabled>
-      Multi choice
+      Multiple choice
     </mat-checkbox>
   </section>
   <div *ngIf="singleChoice || multipleChoice">