Actualizacuion de Rama Kquiroz

This commit is contained in:
ellecio2
2023-09-04 19:53:37 -04:00
parent d2e9ba53ab
commit 2e99d7b290
2206 changed files with 100145 additions and 467275 deletions

View File

@@ -149,7 +149,7 @@ class CustomerPackageController extends Controller
if ($user->customer_package_id != $customer_package->id) {
return $this->purchase_payment_done(Session::get('payment_data'), null);
} else {
flash(translate('You can not purchase this package anymore.'))->warning();
flash(translate('You cannot purchase this package anymore.'))->warning();
return back();
}
}