{_t(
"Decide which spaces can access this room. " +
"If a space is selected, its members can find and join .",
{},
{
RoomName: () => {room.name},
},
)}
{filteredSpacesContainingRoom.length > 0 ? (
{room.isSpaceRoom()
? _t("Spaces you know that contain this space")
: _t("Spaces you know that contain this room")}