diff --git a/system/controllers/home.php b/system/controllers/home.php
index 65518415..cf8c5b67 100644
--- a/system/controllers/home.php
+++ b/system/controllers/home.php
@@ -147,7 +147,7 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
             $routers = ORM::for_table('tbl_routers')->where('name', $bill['routers'])->find_one();
             $router = $routers['id'];
         }
-        r2(getUrl('order/gateway/$router/$bill[plan_id]'));
+        r2(getUrl("order/gateway/$router/$bill[plan_id]"));
     }
 } else if (!empty(_get('extend'))) {
     if ($user['status'] != 'Active') {
diff --git a/system/lan/english.json b/system/lan/english.json
index 77b61678..677287fe 100644
--- a/system/lan/english.json
+++ b/system/lan/english.json
@@ -982,5 +982,32 @@
     "New_port": "New port",
     "Port_Name": "Port Name",
     "Public_IP": "Public IP",
-    "Range_Port": "Range Port"
+    "Range_Port": "Range Port",
+    "Advanced_Hotspot_System": "Advanced Hotspot System",
+    "Successful_Payments": "Successful Payments",
+    "More_Info": "More Info",
+    "Failed_Payments": "Failed Payments",
+    "Pending_Payments": "Pending Payments",
+    "Cancelled_Payments": "Cancelled Payments",
+    "Daily_Sales": "Daily Sales",
+    "Monthly_Sales": "Monthly Sales",
+    "Weekly_Sales": "Weekly Sales",
+    "How_its_Works": "How its Works",
+    "_Click_this": " Click this",
+    "_to_visit_the_hotspot_login_page": " to visit the hotspot login page",
+    "_Choose_your_desired_plan__enter_your_phone_number_and_click_Pay_Now__you_will_be_redirected_to_payment_portal_": " Choose your desired plan, enter your phone number and click Pay Now, you will be redirected to payment portal.",
+    "_Pay_with_Demo_Success_": " Pay with Demo Success.",
+    "_After_Successful_Payment_you_will_be_awarded_the_package_and_you_will_received_your_Voucher_Code_for_login_": " After Successful Payment you will be awarded the package and you will received your Voucher Code for login.",
+    "_Come_back_here_to_see_your_hotspot_performance_at_a_glance_": " Come back here to see your hotspot performance at a glance.",
+    "Hotspot_Payment_History": "Hotspot Payment History",
+    "Search_Phone_Number_____": "Search Phone Number.....",
+    "Transaction_ID": "Transaction ID",
+    "Transaction_Ref": "Transaction Ref",
+    "Voucher_Code": "Voucher Code",
+    "Amount": "Amount",
+    "Transaction_Status": "Transaction Status",
+    "Payment_Date": "Payment Date",
+    "Plan_Expiry_Date": "Plan Expiry Date",
+    "Make_Payment": "Make Payment",
+    "Validity_Period": "Validity Period"
 }
\ No newline at end of file