diff --git a/resources/views/moons/user/displayTotalWorth.blade.php b/resources/views/moons/user/displayTotalWorth.blade.php index 5a51af8a6..2f3947689 100644 --- a/resources/views/moons/user/displayTotalWorth.blade.php +++ b/resources/views/moons/user/displayTotalWorth.blade.php @@ -25,7 +25,7 @@ @foreach($composition as $key => $value) @if($value > 0) - {{ $key }} + {{ str_replace('_', ' ', $key) }} {{ number_format($value, 0, ".", ",") }} @endif