diff --git a/index.js b/index.js
index 21b95bbe9a4ede38421df1b6a05d56e8ca761a20..9ef1bf4e61e573df8565fa8384e0754e573ca854 100644
--- a/index.js
+++ b/index.js
@@ -387,7 +387,7 @@ app.get('/rentals', (req, res) => {
     { id: 2, carModel: 'Honda Civic', startDate: '2025-04-05', endDate: '2025-04-10' },
   ];
 
-  let html = `<h1>รายการจองรถ</h1>`;
+  let html = `<h1>My booking</h1>`;
   html += `<table border="1" cellpadding="5" cellspacing="0">
               <tr>
                 <th>ID</th>