Skip to content

Commit a9e6bd4

Browse files
committed
fix typo
1 parent 5fa6a12 commit a9e6bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/containers/SystemStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class SystemStatus extends Component {
132132
redirectingAuthorizedFetch(RESET_ENDPOINT, { method: 'POST' })
133133
.then(response => {
134134
if (response.status === 200) {
135-
this.props.enqueueSnackbar("Device is reseting", { variant: 'info' });
135+
this.props.enqueueSnackbar("Device is resetting", { variant: 'info' });
136136
this.setState({ processing: false, confirmReset: false });
137137
} else {
138138
throw Error("Invalid status code: " + response.status);

0 commit comments

Comments
 (0)