This commit is contained in:
2019-07-29 02:34:28 +00:00
parent 0d06e8334c
commit a056d36f37

View File

@@ -30,7 +30,7 @@ class App extends IPCContainer {
componentDidMount() {
const detectUpgrades = () => {
if (this.props.AppPlatform === 'unknown') {
this.props.notifyError('Operation system is not supported.', true);
this.props.notifyError('Operating system is not supported.', true);
} else {
this.props.loadReleases();
}