Skip to content

Commit

Permalink
Rename P+R science park so the name is consistent with the other P+Rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Sep 8, 2024
1 parent 49f641e commit d046327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d046327

Please sign in to comment.