diff --git a/views/booking.ejs b/views/booking.ejs index e4ab0244eff6ec878394cc58dd00734a300b9b6a..11b18215d8eac56d61dda69fedab27d808e6193d 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) { %>