From ad20e455af18bc8ce86216e479336aab1f296bc5 Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Thu, 20 Mar 2025 22:23:40 +0700
Subject: [PATCH] Project Round 9

---
 views/booking.ejs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/views/booking.ejs b/views/booking.ejs
index e4ab024..11b1821 100644
--- a/views/booking.ejs
+++ b/views/booking.ejs
@@ -18,8 +18,8 @@
                     <li>
                         <strong><%= tour.name %></strong><br>
                         <%= tour.description %><br>
-                        Price: <%= tour.price %> USD<br>
-                        Duration: <%= tour.duration %> days<br>
+                        ราคา: <%= tour.price %> บาท<br>
+                        ระยะเวลา: <%= tour.duration %> วัน<br>
                     </li>
                 <% }); %>
             </ul>
@@ -27,9 +27,9 @@
 
         <!-- ช่องกรอกข้อมูลจอง -->
         <div class="booking-form">
-            <h2>Book a Tour</h2>
+            <h2>จอง Tour</h2>
             <form action="/create-booking" method="POST">
-                <label for="tour-id">Select Tour</label>
+                <label for="tour-id">เลือก Tour</label>
                 <select id="tour-id" name="tour-id" required>
                     <option value="" disabled selected>Select a Tour</option>
                     <% tours.forEach(function(tour) { %>
-- 
GitLab