Skip to content

Commit

Permalink
fix(CE): test connection text
Browse files Browse the repository at this point in the history
Co-authored-by: Tushar Selvakumar <54372016+macintushar@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and macintushar authored Sep 9, 2024
1 parent 1578ad1 commit d8d8391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ConnectorConnectionTest = ({
>
{isConnectionFailed
? connectionResponse?.connection_status.message
: `All tests passed. Continue to finish setting up your ${selectedConnector} Source`}
: `All tests passed. Continue to finish setting up your ${selectedConnector} ${connectorType}.`}
</AlertDescription>
</Box>
</Alert>
Expand Down

0 comments on commit d8d8391

Please sign in to comment.