Update index.jsx

This commit is contained in:
Gorkem Cetin (BWL)
2025-01-21 20:20:34 -05:00
committed by GitHub
parent c4d223aee5
commit 9e9f5d435d

View File

@@ -266,7 +266,7 @@ const Settings = () => {
open={isOpen.deleteStats}
theme={theme}
title="Do you want to clear all stats?"
description="Once deleted, this monitor cannot be retrieved."
description="Once deleted, your monitors cannot be retrieved."
onCancel={() => setIsOpen(deleteStatsMonitorsInitState)}
confirmationButtonLabel="Yes, clear all stats"
onConfirm={handleClearStats}
@@ -279,7 +279,7 @@ const Settings = () => {
<Box>
<Typography component="h1">Demo monitors</Typography>
<Typography sx={{ mt: theme.spacing(2) }}>
Here you can add and remove demo monitors
Here you can add and remove demo monitors.
</Typography>
</Box>
<Stack gap={theme.spacing(20)}>