Skip to content

Commit

Permalink
fix(web): change text of the disabled Install button
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Nov 21, 2024
1 parent 32474aa commit 6ecdceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/core/InstallButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const DisabledButton = (props: ButtonProps) => (
<Tooltip
position="bottom-end"
content={_(
"Installation not possible yet. Please, check issues from the topbar notification area",
"Installation is not possible with current setup. Please, see the preflight checks by clicking in the warning at the header area",
)}
>
<Button {...props} />
Expand Down

0 comments on commit 6ecdceb

Please sign in to comment.