diff --git a/src/app/components/shared/header/header.component.html b/src/app/components/shared/header/header.component.html
index b1f558e1fc1d60127c1c93b4d68953f7aa815b48..c94a05def94aad599a019e1bb8c88b62e162d0c4 100644
--- a/src/app/components/shared/header/header.component.html
+++ b/src/app/components/shared/header/header.component.html
@@ -174,7 +174,7 @@
 
               <button mat-menu-item
                       tabindex="0"
-                      routerLink="participant/room/{{shortId}}/comments/quiznow">
+                      routerLink="participant/room/{{shortId}}/comments/quiz">
                 <mat-icon>school
                 </mat-icon>
                 <span>{{'header.quiz-now' | translate}}</span>
diff --git a/src/app/components/shared/shared-routing.module.ts b/src/app/components/shared/shared-routing.module.ts
index 8211ca0e7e5f8d1d49f68835b1b7f537fadb77c8..7b3a94a82e9be1bbf545433e13ec8c56eaf009f2 100644
--- a/src/app/components/shared/shared-routing.module.ts
+++ b/src/app/components/shared/shared-routing.module.ts
@@ -18,7 +18,7 @@ const routes: Routes = [
   },
 
   {
-    path: 'room/:shortId/comments/quiznow',
+    path: 'room/:shortId/comments/quiz',
     component: QuizNowComponent,
     data: { roles: [
         UserRole.CREATOR,