Merged in fix/SW-3161-meeting-room-N/A (pull request #2536)
fix(SW-3161): fix correct meeting room type mapping * fix(SW-3161): fix correct room type mapping Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -14,7 +14,7 @@ export function translateRoomLighting(option: string, intl: IntlShape) {
|
|||||||
return intl.formatMessage({
|
return intl.formatMessage({
|
||||||
defaultMessage: "Indoor windows and excellent lighting",
|
defaultMessage: "Indoor windows and excellent lighting",
|
||||||
})
|
})
|
||||||
case RoomLighting.IndoorWindowsFacingHotel:
|
case RoomLighting.IndoorWindows:
|
||||||
return intl.formatMessage({
|
return intl.formatMessage({
|
||||||
defaultMessage: "Indoor windows facing the hotel",
|
defaultMessage: "Indoor windows facing the hotel",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export enum RoomLighting {
|
|||||||
WindowsNaturalDaylightBlackoutFacilities = "WindowsNaturalDaylightBlackoutFacilities",
|
WindowsNaturalDaylightBlackoutFacilities = "WindowsNaturalDaylightBlackoutFacilities",
|
||||||
NoWindows = "NoWindows",
|
NoWindows = "NoWindows",
|
||||||
NoWindowsExcellentLighting = "NoWindowsExcellentLighting",
|
NoWindowsExcellentLighting = "NoWindowsExcellentLighting",
|
||||||
IndoorWindowsFacingHotel = "IndoorWindowsFacingHotel",
|
IndoorWindows = "IndoorWindows",
|
||||||
IndoorWindowsExcellentLighting = "IndoorWindowsExcellentLighting",
|
IndoorWindowsExcellentLighting = "IndoorWindowsExcellentLighting",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user