From b0b255461dea3e0b714c676af34be11fbb92f646 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 4 Apr 2025 18:08:07 -0700 Subject: [PATCH] improvements: address coderabbit --- .../components/AppConnectionForm/MsSqlConnectionForm.tsx | 2 +- .../AppConnectionForm/shared/SqlConnectionFields.tsx | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/MsSqlConnectionForm.tsx b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/MsSqlConnectionForm.tsx index fecac3d3e..f7d48744d 100644 --- a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/MsSqlConnectionForm.tsx +++ b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/MsSqlConnectionForm.tsx @@ -96,7 +96,7 @@ export const MsSqlConnectionForm = ({ appConnection, onSubmit }: Props) => { render={({ field: { value, onChange }, fieldState: { error } }) => ( )} /> - - If enabled, Infisical will only connect to servers that have valid, - trusted SSL certificates. + If enabled, Infisical will only connect to the server if it has a valid, + trusted SSL certificate.

} >