mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
text changes
This commit is contained in:
@@ -431,7 +431,8 @@ const SettingsCustomization: FC = () => {
|
|||||||
<Dialog open={confirmReset} onClose={() => setConfirmReset(false)}>
|
<Dialog open={confirmReset} onClose={() => setConfirmReset(false)}>
|
||||||
<DialogTitle>Reset</DialogTitle>
|
<DialogTitle>Reset</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
Are you sure you want remove all customizations including the settings of Temperature and Analog sensors?
|
Are you sure you want remove all customizations including the custom settings of the Temperature and Analog
|
||||||
|
sensors?
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
<DialogActions>
|
<DialogActions>
|
||||||
<Button startIcon={<CancelIcon />} variant="outlined" onClick={() => setConfirmReset(false)} color="secondary">
|
<Button startIcon={<CancelIcon />} variant="outlined" onClick={() => setConfirmReset(false)} color="secondary">
|
||||||
|
|||||||
Reference in New Issue
Block a user