Skip to content

Commit

Permalink
updated to express config currency
Browse files Browse the repository at this point in the history
updated to express config currency versus just saying "PP"
  • Loading branch information
joeswhite committed Jan 20, 2014
1 parent a6e2b8a commit bb64e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deposit.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function show_deposit_voucher_form($code = '')

<div class='content_box'>
<h3><?php printf(_("Deposit %s"), CURRENCY); ?></h3>
<strong><p>How should the user deposit PP?</p></strong>

This comment has been minimized.

Copy link
@kittykat2111

kittykat2111 Jul 2, 2017

PP

<strong><p>How should the user deposit <?php echo CURRENCY; ?>?</p></strong>

This comment has been minimized.

Copy link
@kittykat2111

kittykat2111 Jul 2, 2017

PP

<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>
<p>
<?php
Expand Down

0 comments on commit bb64e2b

Please sign in to comment.