Merged in feat/SW-2238-icons (pull request #1767)
Feat/SW-2238: Fix swapped icons, add missing translation * fix(SW-2238): switch swapped icons * fix: add missing translation Approved-by: Christian Andolf
This commit is contained in:
@@ -73,8 +73,8 @@ export enum HealthFacilitiesEnum {
|
||||
Gym = "Gym",
|
||||
Sauna = "Sauna",
|
||||
Relax = "Relax",
|
||||
IndoorPool = "Indoor pool",
|
||||
OutdoorPool = "Outdoor pool",
|
||||
IndoorPool = "IndoorPool",
|
||||
OutdoorPool = "OutdoorPool",
|
||||
}
|
||||
|
||||
export const FacilityCardButtonText = {
|
||||
|
||||
Reference in New Issue
Block a user