From 4c54d7f92b1fc60fc6906b4b9aa7149086269544 Mon Sep 17 00:00:00 2001 From: vodek3 Date: Wed, 29 Apr 2020 00:43:01 +0300 Subject: [PATCH] Update dialog-system-config.html Orthographic error in file name (Config ->Export configuration) --- src/tr-web-control/template/dialog-system-config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tr-web-control/template/dialog-system-config.html b/src/tr-web-control/template/dialog-system-config.html index d2e7b3d..00735da 100644 --- a/src/tr-web-control/template/dialog-system-config.html +++ b/src/tr-web-control/template/dialog-system-config.html @@ -859,7 +859,7 @@ } var exportData = JSON.parse(JSON.stringify(data)); - saveFileAs("tr-web-contorl-labels.json", JSON.stringify(exportData)); + saveFileAs("tr-web-control-labels.json", JSON.stringify(exportData)); }); // 导入