Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 9a528f34e -> ca0730faf


IGNITE-843 Minor.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ca0730fa
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ca0730fa
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ca0730fa

Branch: refs/heads/ignite-843-rc2
Commit: ca0730fafdfe2d452bf36a9d98a05d7b2a822e94
Parents: 9a528f3
Author: Alexey Kuznetsov <[email protected]>
Authored: Fri Feb 12 14:30:01 2016 +0700
Committer: Alexey Kuznetsov <[email protected]>
Committed: Fri Feb 12 14:30:01 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/serve/routes/agent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ca0730fa/modules/control-center-web/src/main/js/serve/routes/agent.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/serve/routes/agent.js 
b/modules/control-center-web/src/main/js/serve/routes/agent.js
index 39f9a88..51cebab 100644
--- a/modules/control-center-web/src/main/js/serve/routes/agent.js
+++ b/modules/control-center-web/src/main/js/serve/routes/agent.js
@@ -91,7 +91,7 @@ module.exports.factory = function (_, express, apacheIgnite, 
fs, JSZip, settings
                     prop.push('#node-uri=http://localhost:8080');
                     prop.push('#driver-folder=./jdbc-drivers');
                     prop.push('');
-                    prop.push("#Note: Don't change this auto generated line");
+                    prop.push('#Note: Do not change this auto generated line');
                     prop.push('rel-date=' + stats.birthtime.getTime());
 
                     zip.file(agentFld + '/default.properties', 
prop.join('\n'));

Reply via email to