diff --git a/radius.php b/radius.php index 7c9898f4..ae9145b3 100644 --- a/radius.php +++ b/radius.php @@ -256,7 +256,7 @@ try { show_radius_result(['Reply-Message' => 'Voucher Expired...'], 401); } } else { - show_radius_result(['Reply-Message' => 'Voucher Expired..'], 401); + show_radius_result(['Reply-Message' => 'Invalid Voucher..'], 401); } } else { show_radius_result(['Reply-Message' => 'Internet Plan Expired..'], 401);