diff --git a/workflow/engine/methods/install/install.js b/workflow/engine/methods/install/install.js
index 18afa577a..f7d08d80e 100644
--- a/workflow/engine/methods/install/install.js
+++ b/workflow/engine/methods/install/install.js
@@ -292,7 +292,7 @@ var installer=function()
var tr = this.table.insertRow(-1);
$(tr).append(
- new DOM('td',{innerHTML:"HeartBeat Configuration
Heartbeat is a anonymous statistics collector for ProcessMaker. It runs in the background and if you have internet enabled, it will periodically send anonymous information to ProcessMaker servers.
No sensitive or private information is collected.
The information collected will allow us to keep improving our software to offer everyone a better user experience",className:"app_grid_title___gray title",colSpan:4})
+ new DOM('td',{innerHTML:"HeartBeat Configuration
Heartbeat is an anonymous statistics collector for ProcessMaker. It runs in the background and if you have internet enabled, it will periodically send anonymous information to ProcessMaker servers.
No sensitive or private information is collected.
The information collected will allow us to keep improving our software to offer everyone a better user experience",className:"app_grid_title___gray title",colSpan:4})
);
this.heartBeatTitle=tr;