Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Jul 10, 2023
1 parent 8d88ec3 commit 4eea0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/en/enrol_wallet.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
$string['submit_coupongenerator'] = 'Create';
$string['syncenrolmentstask'] = 'Wallet enrolment synchronise enrolments task';

$string['totalbalance'] = 'Total balance: ';
$string['mainbalance'] = 'Main balance: ';
$string['topup'] = 'topup';
$string['topupvalue'] = 'TopUp Value';
$string['topupvalue_help'] = 'Value to topup your wallet by using payment methods';
Expand Down
4 changes: 2 additions & 2 deletions templates/display.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<h3 class="wallet-heading" style="text-align: center;"> {{# str }} mywallet, enrol_wallet {{/ str }} </h3>
<p style="text-align: center; direction: ltr;">
<span class="balance-card" style="text-align: center; direction: ltr;">{{# str }} youhavebalance, enrol_wallet {{/ str }}<br>
<strong><span class="wallet-ballance" style="font-size: x-large;">{{main}} {{currency}}</span></strong><br>
<strong><span class="wallet-ballance" style="font-size: x-large;">{{balance}} {{currency}}</span></strong><br>
{{# str }} inyourwallet, enrol_wallet {{/ str }} <br>
<span class="wallet-ballance">{{# str }} mainbalance, enrol_wallet {{/ str }} {{main}} {{currency}}</span><br>
<span class="wallet-ballance">{{# str }} notrefund, enrol_wallet {{/ str }} {{norefund}} {{currency}}</span><br>
<span class="wallet-ballance">{{# str }} totalbalance, enrol_wallet {{/ str }} {{balance}} {{currency}}</span><br>
{{# policy}}
<a href="#" id="enrol_wallet_transactions-policy-url" class="transactions-policy-url"> {{# str }} refundpolicy, enrol_wallet {{/ str }}</a><br>
{{/ policy}}
Expand Down

0 comments on commit 4eea0a0

Please sign in to comment.