diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php
index 49c2a25933..1ae94bb281 100644
--- a/app/controllers/api/projects.php
+++ b/app/controllers/api/projects.php
@@ -63,8 +63,10 @@ $utopia->post('/v1/projects')
'legalAddress' => $legalAddress,
'legalTaxId' => $legalTaxId,
'teamId' => $team->getUid(),
+ 'platforms' => [],
'webhooks' => [],
'keys' => [],
+ 'tasks' => [],
]
);
diff --git a/app/views/console/index.phtml b/app/views/console/index.phtml
index aae64c8119..ea34764017 100644
--- a/app/views/console/index.phtml
+++ b/app/views/console/index.phtml
@@ -27,7 +27,7 @@ $home = $this->getParam('home', '');
data-success-param-trigger-events="projects.list">
-
Get Started
+
Get Started
No Projects Found, Create your first project now.
@@ -35,7 +35,7 @@ $home = $this->getParam('home', '');
-
-
+
diff --git a/app/views/console/keys/index.phtml b/app/views/console/keys/index.phtml
index f8fa3be1e8..0762258a1b 100644
--- a/app/views/console/keys/index.phtml
+++ b/app/views/console/keys/index.phtml
@@ -16,7 +16,7 @@ $scopes = $this->getParam('scopes', []);
data-success-param-trigger-events="projects.listKeys">
-
No API Keys Found
+
No API Keys Found
You haven't created any API keys for your project yet.
diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml
index 428bc4afb6..1c71f9b55f 100644
--- a/app/views/console/storage/index.phtml
+++ b/app/views/console/storage/index.phtml
@@ -75,7 +75,7 @@ $home = $this->getParam('home', '');
data-name="project-files">
-
No Files Found
+
No Files Found
Upload your first file to get started
diff --git a/app/views/console/tasks/index.phtml b/app/views/console/tasks/index.phtml
index b2aa5372d0..14b6d257a5 100644
--- a/app/views/console/tasks/index.phtml
+++ b/app/views/console/tasks/index.phtml
@@ -13,7 +13,7 @@
data-success-param-trigger-events="projects.listTasks">
-
No Tasks Found
+
No Tasks Found
You haven't created any tasks for your project yet.
diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml
index aedb0d77ed..ecb2f60bea 100644
--- a/app/views/console/users/index.phtml
+++ b/app/views/console/users/index.phtml
@@ -79,7 +79,7 @@ $providers = $this->getParam('providers', []);
data-name="project-users">
-
No Users Found
+
No Users Found
Create your first user to get started
@@ -224,7 +224,7 @@ $providers = $this->getParam('providers', []);
data-name="project-teams">
-
No Teams Found
+
No Teams Found
Create your first team to get started
diff --git a/app/views/console/webhooks/index.phtml b/app/views/console/webhooks/index.phtml
index ff7c045738..120f660fa2 100644
--- a/app/views/console/webhooks/index.phtml
+++ b/app/views/console/webhooks/index.phtml
@@ -39,7 +39,7 @@ $events = [
data-success-param-trigger-events="projects.listWebhooks">
-
No Webhooks Found
+
No Webhooks Found
You haven't created any webhooks for your project yet.