diff --git a/apps/builder/src/features/auth/api/customAdapter.ts b/apps/builder/src/features/auth/api/customAdapter.ts
index 891de5be3..77ed80df6 100644
--- a/apps/builder/src/features/auth/api/customAdapter.ts
+++ b/apps/builder/src/features/auth/api/customAdapter.ts
@@ -35,7 +35,7 @@ export function customAdapter(p: PrismaClient): Adapter {
throw Error('New users are forbidden')
const newWorkspaceData = {
- name: data.name ? `${data.name}'s workspace` : `My workspace`,
+ name: data.name ? `${data.name}'s workspace` : `Dein Worksapce`,
plan: parseWorkspaceDefaultPlan(data.email),
}
const createdUser = await p.user.create({
diff --git a/apps/builder/src/features/credentials/components/CredentialsSettingsForm.tsx b/apps/builder/src/features/credentials/components/CredentialsSettingsForm.tsx
index cc5804060..0daeebe0b 100644
--- a/apps/builder/src/features/credentials/components/CredentialsSettingsForm.tsx
+++ b/apps/builder/src/features/credentials/components/CredentialsSettingsForm.tsx
@@ -101,7 +101,7 @@ export const CredentialsSettingsForm = () => {
Credentials