Adjusted the dialog box for additional clarity.

This commit is contained in:
2025-08-09 17:59:40 -06:00
parent a328a57513
commit 19e7af14e7

View File

@@ -101,7 +101,7 @@ export function DeleteDeviceDialog({ open, onCancel, onConfirm }) {
<DialogTitle>Remove Device</DialogTitle> <DialogTitle>Remove Device</DialogTitle>
<DialogContent> <DialogContent>
<DialogContentText sx={{ color: "#ccc" }}> <DialogContentText sx={{ color: "#ccc" }}>
Are you sure you want to remove this device? Are you sure you want to remove this device? If the agent is still running, it will automatically re-enroll the device.
</DialogContentText> </DialogContentText>
</DialogContent> </DialogContent>
<DialogActions> <DialogActions>