diff --git a/public/templates/mmcFE/global/sidebar.tpl b/public/templates/mmcFE/global/sidebar.tpl
index 58d49c67..38616226 100644
--- a/public/templates/mmcFE/global/sidebar.tpl
+++ b/public/templates/mmcFE/global/sidebar.tpl
@@ -33,11 +33,11 @@
| Pool Invalid |
- {$GLOBAL.roundshares.invalid|number_format} |
+ {$GLOBAL.roundshares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid}%) |
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format} |
+ {$GLOBAL.userdata.shares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid}%) |
| {$GLOBAL.config.currency} Round Estimate |
diff --git a/public/templates/mmcFE/global/sidebar_pps.tpl b/public/templates/mmcFE/global/sidebar_pps.tpl
index b7aa8617..f8e7476a 100644
--- a/public/templates/mmcFE/global/sidebar_pps.tpl
+++ b/public/templates/mmcFE/global/sidebar_pps.tpl
@@ -30,11 +30,11 @@
| Pool Invalid |
- {$GLOBAL.roundshares.invalid|number_format} |
+ {$GLOBAL.roundshares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid}%) |
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format} |
+ {$GLOBAL.userdata.shares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid}%) |
| |
| {$GLOBAL.config.currency} Estimates |