diff --git a/ui/components/providers/workflow/forms/test-connection-form.tsx b/ui/components/providers/workflow/forms/test-connection-form.tsx index 58ead9a5c6..57dfb2cf42 100644 --- a/ui/components/providers/workflow/forms/test-connection-form.tsx +++ b/ui/components/providers/workflow/forms/test-connection-form.tsx @@ -231,7 +231,7 @@ export const TestConnectionForm = ({

{!isUpdated - ? "A successful connection will start a scheduled scan every 24 hours. To run it just once, mark the checkbox below." + ? "After a successful connection, a scan will automatically run every 24 hours. To run a single scan instead, select the checkbox below." : "A successful connection will redirect you to the providers page."}

@@ -280,7 +280,7 @@ export const TestConnectionForm = ({ wrapper: "checkbox-update", }} > - Run a one-time scan (no daily schedule). + Run a one-time scan (disable daily schedule). )} @@ -312,7 +312,7 @@ export const TestConnectionForm = ({ className="w-1/2" variant="solid" color="warning" - size="lg" + size="md" isLoading={isResettingCredentials} startContent={!isResettingCredentials && } isDisabled={isResettingCredentials} @@ -331,10 +331,10 @@ export const TestConnectionForm = ({ isUpdated && connectionStatus?.connected ? "button" : "submit" } ariaLabel={"Save"} - className="w-1/2" + className="w-1/3" variant="solid" color="action" - size="lg" + size="md" isLoading={isLoading} endContent={!isLoading && !isUpdated && } >