From d530eef41b6f0a714a267fc5f98364aabc29cd5c Mon Sep 17 00:00:00 2001 From: "riho.takagi" Date: Thu, 9 Nov 2023 12:22:40 -0500 Subject: [PATCH] Update languages --- .../client/booking/components/FormInput.tsx | 22 +++++++++---------- .../booking/components/InitialModal.tsx | 9 ++++---- .../client/booking/components/SheetEditor.tsx | 1 - 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/media_commons_booking_app/src/client/booking/components/FormInput.tsx b/media_commons_booking_app/src/client/booking/components/FormInput.tsx index fe9b3659..1871926a 100644 --- a/media_commons_booking_app/src/client/booking/components/FormInput.tsx +++ b/media_commons_booking_app/src/client/booking/components/FormInput.tsx @@ -491,11 +491,18 @@ const FormInput = ({ hasEmail, roomNumber, handleParentSubmit }) => {

If your reservation is in 233 or 1201 and requires a specific room setup that is different from the standard configuration, it is the - - submit a work order with CBS + reservation holder’s responsibility to submit a + + work order with CBS - .It is also the reservation holder's responsibility to ensure the room + .
+ It is also the reservation holder's responsibility to ensure the room is reset after use. +

{errors.roomSetup && }
@@ -551,15 +558,6 @@ const FormInput = ({ hasEmail, roomNumber, handleParentSubmit }) => { )}
-