diff --git a/public/templates/bootstrap/account/edit/detail.tpl b/public/templates/bootstrap/account/edit/detail.tpl index 574f5d0b..204a9dfb 100644 --- a/public/templates/bootstrap/account/edit/detail.tpl +++ b/public/templates/bootstrap/account/edit/detail.tpl @@ -36,13 +36,13 @@
- Donation amount in percent ({$DONATE_THRESHOLD.min}-100%) + Donation amount in percent ({$DONATE_THRESHOLD.min} - 100%) {nocache}{/nocache}

- {$GLOBAL.config.ap_threshold.min}-{$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout. A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply + {$GLOBAL.config.ap_threshold.min} - {$GLOBAL.config.ap_threshold.max} {$GLOBAL.config.currency}. Set to '0' for no auto payout. A {if $GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} {$GLOBAL.config.currency} TX fee will apply
diff --git a/public/templates/bootstrap/dashboard/overview_no_price.tpl b/public/templates/bootstrap/dashboard/overview_no_price.tpl index 3e735f62..1a3a5ea9 100644 --- a/public/templates/bootstrap/dashboard/overview_no_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_no_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index b96c7414..837465ad 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} +

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} +

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} +

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/round_stats.tpl b/public/templates/bootstrap/dashboard/round_stats.tpl index 9b2e28fd..ef3ea8e0 100644 --- a/public/templates/bootstrap/dashboard/round_stats.tpl +++ b/public/templates/bootstrap/dashboard/round_stats.tpl @@ -18,7 +18,7 @@

Of Expected Shares

- +

{$GLOBAL.userdata.estimates.payout|number_format:"8"}

{$GLOBAL.config.currency} Estimated Earnings

diff --git a/public/templates/bootstrap/gettingstarted/default.tpl b/public/templates/bootstrap/gettingstarted/default.tpl index 76218156..5928b5d7 100644 --- a/public/templates/bootstrap/gettingstarted/default.tpl +++ b/public/templates/bootstrap/gettingstarted/default.tpl @@ -22,22 +22,24 @@

3. Configure your miner.

+

4. Create a {$SITECOINNAME|default:"Litecoin"} address to recieve payments.