Skip to content

Commit bb64e2b

Browse files
committed
updated to express config currency
updated to express config currency versus just saying "PP"
1 parent a6e2b8a commit bb64e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deposit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function show_deposit_voucher_form($code = '')
126126

127127
<div class='content_box'>
128128
<h3><?php printf(_("Deposit %s"), CURRENCY); ?></h3>
129-
<strong><p>How should the user deposit PP?</p></strong>
129+
<strong><p>How should the user deposit <?php echo CURRENCY; ?>?</p></strong>
130130
<p>Is there an API? Or should we just have the user fill in a form with:<ul><li>forum username</li><li>forum password</li><li>amount to transfer</li></p>
131131
<p>
132132
<?php

0 commit comments

Comments
 (0)