diff --git a/public/templates/mmcFE/global/header.tpl b/public/templates/mmcFE/global/header.tpl
index b3d150f6..4ee9d9b5 100644
--- a/public/templates/mmcFE/global/header.tpl
+++ b/public/templates/mmcFE/global/header.tpl
@@ -8,7 +8,7 @@
Network Hashrate: {($GLOBAL.nethashrate / 1000 / 1000 )|default:"0"|number_format:"3"} MH/s |
Pool Hashrate: {($GLOBAL.hashrate / 1000)|number_format:"3"} MH/s |
Pool Sharerate: {$GLOBAL.sharerate|number_format:"2"} Shares/s |
- Pool Workers: {$GLOBAL.workers} |
+ Pool Workers: {$GLOBAL.workers|default:"0"} |