Spelling
This commit is contained in:
@@ -30,7 +30,7 @@ class App extends IPCContainer {
|
|||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
const detectUpgrades = () => {
|
const detectUpgrades = () => {
|
||||||
if (this.props.AppPlatform === 'unknown') {
|
if (this.props.AppPlatform === 'unknown') {
|
||||||
this.props.notifyError('Operation system is not supported.', true);
|
this.props.notifyError('Operating system is not supported.', true);
|
||||||
} else {
|
} else {
|
||||||
this.props.loadReleases();
|
this.props.loadReleases();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user