diff --git a/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx b/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx index ef7c519f..c888178b 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx @@ -67,7 +67,7 @@ const CreateRepo = () => { toast({ id: 'repo-exist-error', - title: REPO_EXIST_ERROR, + title: 'Could not create: repository already exists', variant: 'error', onDismiss: dismiss, });