You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/bootstrap/account/edit/detail.tpl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@
50
50
<divclass="form-group">
51
51
<label>Automatic Payout Threshold</label>
52
52
</br>
53
-
<fontsize="1">{$GLOBAL.config.ap_threshold.min} - {$GLOBAL.config.ap_threshold.max}{$GLOBAL.config.currency}. Set to '0' for no auto payout.{if$GLOBAL.config.txfee_auto > 0} 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 <spanid="tt"><imgwidth="15px"height="15px"title="This {if$GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} automatic payment transaction fee is a network fee and goes back into the network not the pool."src="site_assets/bootstrap/images/questionmark.png"></span>{/if}</font>
53
+
<fontsize="1">{if$GLOBAL.config.ap_threshold.min< 0.0001}{$GLOBAL.config.ap_threshold.min|number_format:"8"}{else}{$GLOBAL.config.ap_threshold.min}{/if} - {if$GLOBAL.config.ap_threshold.max< 0.0001}{$GLOBAL.config.ap_threshold.max|number_format:"8"}{else}{$GLOBAL.config.ap_threshold.max}{/if}{$GLOBAL.config.currency}. Set to '0' for no auto payout.{if$GLOBAL.config.txfee_auto > 0} 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 <spanid="tt"><imgwidth="15px"height="15px"title="This {if$GLOBAL.config.txfee_auto > 0.00001}{$GLOBAL.config.txfee_auto}{else}{$GLOBAL.config.txfee_auto|number_format:"8"}{/if} automatic payment transaction fee is a network fee and goes back into the network not the pool."src="site_assets/bootstrap/images/questionmark.png"></span>{/if}</font>
0 commit comments