diff --git a/sections/user/community_stats.php b/sections/user/community_stats.php
index ba06ecf5..d4478cb4 100644
--- a/sections/user/community_stats.php
+++ b/sections/user/community_stats.php
@@ -70,7 +70,7 @@
if ($ViewCount && !$ViewBounty && !$ViewAll) { ?>
Requests filled: =number_format($RequestsFilled)?>
} elseif(!$ViewCount && $ViewBounty && !$ViewAll) { ?>
- Requests voted: =Format::get_size($TotalSpent)?> collected
+ Requests filled: =Format::get_size($TotalBounty)?> collected
} elseif($ViewCount && $ViewBounty && !$ViewAll) { ?>
Requests filled: =number_format($RequestsFilled)?> for =Format::get_size($TotalBounty)?>
} elseif($ViewAll) { ?>