diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index 782d5d06..0d18b14b 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -1670,8 +1670,8 @@ "dashboard": "لوحة المعلومات", "roomsGroup": "إدارة القاعات", "roomsDashboard": "لوحة القاعات", - "bookingSettings": "إعدادات الحجوزات", - "bookings": "حجز القاعات", + "bookingSettings": "الإعدادات", + "bookings": "الحجوزات", "external": "اجتماعات خارجية", "giftsGroup": "الهدايا", "gifts": "المستودع", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index fd561011..1f1decf2 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -1543,8 +1543,8 @@ "dashboard": "Dashboard", "roomsGroup": "Rooms Management", "roomsDashboard": "Rooms Dashboard", - "bookingSettings": "Booking Settings", - "bookings": "Room Bookings", + "bookingSettings": "Settings", + "bookings": "Bookings", "external": "External Meetings", "giftsGroup": "Gifts", "gifts": "Warehouse", diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index c707bf9e..293a52f0 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1490,22 +1490,25 @@ export default function ProtocolPage() { )} /> - {open && - children.map(({ key: ck, label: cl, icon: CIcon }) => ( - - ))} + {open && ( +