Skip to content

Commit

Permalink
style: Update text for SLL Tooltip (apache#16993)
Browse files Browse the repository at this point in the history
* Updated tooltip text to match Trello task.

* Added graphlib

* Update DatabaseConnectionForm.tsx

Co-authored-by: Gabriel Romero <gabrielromero@Gabriels-MacBook-Pro.local>
  • Loading branch information
gabester78 and Gabriel Romero authored Oct 11, 2021
1 parent 3ef2fbc commit ac1e7ab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand Down

0 comments on commit ac1e7ab

Please sign in to comment.