@@ -3834,5 +3834,5 @@ function updateProductTotalMessage(billingcycle) {
}
$( document ).ready(function() {
- updateProductTotalMessage({$billingcycle});
+ updateProductTotalMessage('monthly');
});