feat: translate bookings page and components to English
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,9 +29,9 @@ export default function BookingsPage() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-primary-800">Reservas</h1>
|
||||
<h1 className="text-2xl font-bold text-primary-800">Bookings</h1>
|
||||
<p className="mt-2 text-primary-600">
|
||||
Gestiona las reservas de canchas. Selecciona un horario para crear o ver una reserva.
|
||||
Manage court bookings. Select a time slot to create or view a booking.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user