Update dialog-export-config.html

Orthographic error in file name (Config ->Export configuration)
This commit is contained in:
vodek3 2020-04-29 00:41:25 +03:00 committed by GitHub
parent 0fa13846a2
commit 39e187cca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@
var exportData = JSON.parse(JSON.stringify(data));
saveFileAs("tr-web-contorl-config.json", JSON.stringify(exportData));
saveFileAs("tr-web-control-config.json", JSON.stringify(exportData));
return true;
},
close: function () {