Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 11, 2025
1 parent 0e848b5 commit 2401906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LVMWebRoot/AlertsModal/AlertsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function AlertsModal(props: AlertsModalProps) {
<Stack gap="lg">
{domeClosed && (
<Alert variant="filled" color="blue" radius={5} icon={<IconInfoCircle />}>
The dome is closed. This alert for informational purposes only.
The dome is closed. This alert is for informational purposes only.
</Alert>
)}
<Box>
Expand Down

0 comments on commit 2401906

Please sign in to comment.