Skip to content

Commit

Permalink
fix(ui): change copy for connection create (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel authored Jan 30, 2025
1 parent c8b6ea0 commit 992f1ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/webapp/src/pages/Connection/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@ export const ConnectionCreate: React.FC = () => {
</div>
</div>

<Info>Test user email and name use your Nango account details.</Info>
<Info>
The test connection will use the name & email address of your Nango dashboard account. In your app, you can pass your user’s
details.
</Info>

{paramExtended && (
<Collapsible>
Expand Down

0 comments on commit 992f1ed

Please sign in to comment.