style: Update text for SLL Tooltip (#16993)

* Updated tooltip text to match Trello task.

* Added graphlib

* Update DatabaseConnectionForm.tsx

Co-authored-by: Gabriel Romero <gabrielromero@Gabriels-MacBook-Pro.local>
This commit is contained in:
Gabriel Romero 2021-10-11 12:08:52 -05:00 committed by GitHub
parent f2d41dc416
commit 83a783de58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -498,7 +498,9 @@ const forceSSLField = ({
/>
<span css={toggleStyle}>SSL</span>
<InfoTooltip
tooltip={t('SSL Mode "require" will be used.')}
tooltip={t(
'Enable SSL for increased security. Refer to the official documentation for more information.',
)}
placement="right"
viewBox="0 -5 24 24"
/>