Skip to content

Commit cb376ab

Browse files
Localization - updated few text/label.
1 parent fa984e0 commit cb376ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/views/partials/table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<th class="text-center" style="width 80px;">#</th>
1212
<th>Crypto</th>
1313
<th>Qty</th>
14-
<th>Invested</th>
15-
<th>Current</th>
14+
<th>Total Invested</th>
15+
<th>Current Value</th>
1616
<th>Returns</th>
1717
<th>Returns %</th>
1818
<th>Avg. Buying Price</th>

src/views/wrx.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
//for profit
33
if (!empty($invests) && ($total_profit >= 0)) {
44
$wdgetIcon = 'fa-arrow-alt-circle-up text-success-light';
5-
$wdgetTxt = 'Profit %';
5+
$wdgetTxt = 'Percentage Gain';
66
$wdgetClass = 'bg-success';
77
}
88
//for loss
99
else {
1010
$wdgetIcon = 'fa-arrow-alt-circle-down text-success-light';
11-
$wdgetTxt = 'Loss %';
11+
$wdgetTxt = 'Percentage Lose';
1212
$wdgetClass = 'bg-danger';
1313
}
1414
?>

0 commit comments

Comments
 (0)