diff --git a/src/app/modules/profile/profile-info/profile-info.component.ts b/src/app/modules/profile/profile-info/profile-info.component.ts
index c7212073701a734eb8d3aa18228c1b1b77a8b7a2..f534187c237dd03feee95149b686e875b7ac7ae9 100644
--- a/src/app/modules/profile/profile-info/profile-info.component.ts
+++ b/src/app/modules/profile/profile-info/profile-info.component.ts
@@ -15,7 +15,7 @@ export class ProfileInfoComponent implements OnInit {
 
     ngOnInit(): void {
         this.quizList = [
-            { title: 'Quiz 1', content: 'Quiz 1 Content' },
+            { title: 'Comming soon', content: 'You will soon be able to create your quizzes' },
             { title: 'Quiz 2', content: 'Quiz 2 Content' },
             { title: 'Quiz 3', content: 'Quiz 3 Content' },
             { title: 'Quiz 4', content: 'Quiz 4 Content' },