We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa6a12 commit a9e6bd4Copy full SHA for a9e6bd4
interface/src/containers/SystemStatus.js
@@ -132,7 +132,7 @@ class SystemStatus extends Component {
132
redirectingAuthorizedFetch(RESET_ENDPOINT, { method: 'POST' })
133
.then(response => {
134
if (response.status === 200) {
135
- this.props.enqueueSnackbar("Device is reseting", { variant: 'info' });
+ this.props.enqueueSnackbar("Device is resetting", { variant: 'info' });
136
this.setState({ processing: false, confirmReset: false });
137
} else {
138
throw Error("Invalid status code: " + response.status);
0 commit comments