From d046327242bc5b2da3f10e5e44dc8275d5f56312 Mon Sep 17 00:00:00 2001 From: Cristan Meijer Date: Sun, 8 Sep 2024 23:04:08 +0200 Subject: [PATCH] Rename P+R science park so the name is consistent with the other P+Rs --- .../java/nl/ovfietsbeschikbaarheid/mapper/LocationsMapper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/nl/ovfietsbeschikbaarheid/mapper/LocationsMapper.kt b/app/src/main/java/nl/ovfietsbeschikbaarheid/mapper/LocationsMapper.kt index 2c89392..3aed080 100644 --- a/app/src/main/java/nl/ovfietsbeschikbaarheid/mapper/LocationsMapper.kt +++ b/app/src/main/java/nl/ovfietsbeschikbaarheid/mapper/LocationsMapper.kt @@ -27,7 +27,7 @@ object LocationsMapper { return locations.map { toMap -> val description = if (toMap.description == "s-Hertogenbosch") "'s-Hertogenbosch" else toMap.description LocationOverviewModel( - title = description.trim(), + title = description.trim().replace("P + R Utrecht Science Park (De Uithof)", "Utrecht P+R Science Park (De Uithof)"), uri = toMap.link.uri, locationCode = toMap.extra.locationCode, stationCode = toMap.stationCode,