mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: Tooltip position bottom (#25643)
This commit is contained in:
parent
26de929d97
commit
7b26cb91a0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const AddInstallSoftware = ({
|
|||
) : (
|
||||
<>
|
||||
{installDuringSetupCount} software will be{" "}
|
||||
<TooltipWrapper position="top" tipContent="Software order will vary.">
|
||||
<TooltipWrapper tipContent="Software order will vary.">
|
||||
installed during setup
|
||||
</TooltipWrapper>
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in a new issue