diff --git a/public/templates/test/dashboard/account_data.tpl b/public/templates/test/dashboard/account_data.tpl index b1ccc844..2ffd0822 100644 --- a/public/templates/test/dashboard/account_data.tpl +++ b/public/templates/test/dashboard/account_data.tpl @@ -5,6 +5,11 @@
You are mining without any pool fees applied.
{else if $GLOBAL.fees > 0}You are mining at {$GLOBAL.fees|escape}% pool fee.
+{/if} +{if $GLOBAL.userdata.donate_percent > 0} +You are donating {$GLOBAL.userdata.donate_percent|escape}% of your mined coins to the pool.
+{else} +Please consider donating some of your mined coins to the pool operator.
{/if}