Skip to content

Commit

Permalink
Update form field labels in connection form to match design
Browse files Browse the repository at this point in the history
- Replaced ControlLabels message property with infoTooltipContent
- Replaced property "flex-start" to "center" for FlexContainer (New Connection)
  • Loading branch information
Mark Berger committed Jan 10, 2023
1 parent 89857e7 commit f8166d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const UpdateConnectionDataResidency: React.FC = () => {
<ControlLabels
nextLine
label={<FormattedMessage id="connection.geographyTitle" />}
message={
infoTooltipContent={
<FormattedMessage
id="connection.geographyDescription"
values={{
Expand Down

0 comments on commit f8166d8

Please sign in to comment.