Skip to content

Commit db9c13f

Browse files
committed
fix: nonsense Integrations description
1 parent 5789303 commit db9c13f

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/app/(private)/settings/_components/Integrations/New

1 file changed

+1
-1
lines changed

apps/web/src/app/(private)/settings/_components/Integrations/New/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function NewIntegration() {
103103
open
104104
onOpenChange={onOpenChange}
105105
title='Create Integration'
106-
description='Integrations allow you to add soure of tools to your prompts.'
106+
description='Integrations allow your prompt to interact with external services.'
107107
footer={
108108
<>
109109
<CloseTrigger />

0 commit comments

Comments
 (0)