diff --git a/public/templates/mpos/dashboard/account_data.tpl b/public/templates/mpos/dashboard/account_data.tpl
index c03165c7..2c835d62 100644
--- a/public/templates/mpos/dashboard/account_data.tpl
+++ b/public/templates/mpos/dashboard/account_data.tpl
@@ -6,7 +6,7 @@
{if $GLOBAL.userdata.no_fees}
You are mining without any pool fees applied and
{else if $GLOBAL.fees > 0}
- You are mining at {$GLOBAL.fees|escape}% pool fee and
+ You are mining at {$GLOBAL.fees|escape|number_format:"8"}% pool fee and
{else}
This pool does not apply fees and
{/if}