diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php index aca20a2c..5bc2e06f 100644 --- a/includes/controller/users_controller.php +++ b/includes/controller/users_controller.php @@ -227,8 +227,9 @@ function user_controller() if($user_source['force_active']) { $tshirt_score = _('Enough'); + success(_('You have done enough to get a t-shirt.')); } else { - $tshirt_score = round(User_tshirt_score($user_source), 2) . 'h'; + $tshirt_score = round(User_tshirt_score($user_source), 2) . ' h'; } return [