From df1ade4f5fefb25709b620fc657dd11873a1922f Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Tue, 6 Dec 2022 02:28:34 -0500 Subject: [PATCH] Changed [NAME]'s project to Example Project --- backend/src/helpers/signup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/helpers/signup.ts b/backend/src/helpers/signup.ts index 410c442b35..e26b9b3606 100644 --- a/backend/src/helpers/signup.ts +++ b/backend/src/helpers/signup.ts @@ -106,7 +106,7 @@ const initializeDefaultOrg = async ({ // initialize a default workspace inside the new organization const workspace = await createWorkspace({ - name: `${user.firstName}'s Project`, + name: `Example Project`, organizationId: organization._id.toString() });