again calling the wrong variable for the friend count
diff --git a/includes/progress-bar.php b/includes/progress-bar.php
index 4674608..b97e580 100644
--- a/includes/progress-bar.php
+++ b/includes/progress-bar.php
@@ -1 +1 @@
-<div class="progress-bar rounded shadow"><div class="progress-current l-rounded <?php ($progress >= 99) ? print 'r-rounded' : false; ?>" style="width: <?php print $progress;?>%"><div class="progress-text textshadow"><?php print $friends;?>/444</strong> friends recruited</div></div></div>
+<div class="progress-bar rounded shadow"><div class="progress-current l-rounded <?php ($progress >= 99) ? print 'r-rounded' : false; ?>" style="width: <?php print $progress;?>%"><div class="progress-text textshadow"><?php print $progress;?>/444</strong> friends recruited</div></div></div>