diff --git a/app/src/api/services/domainLogic/currentLandUseClassifications.ts b/app/src/api/services/domainLogic/currentLandUseClassifications.ts index 30e10709..e15a9244 100644 --- a/app/src/api/services/domainLogic/currentLandUseClassifications.ts +++ b/app/src/api/services/domainLogic/currentLandUseClassifications.ts @@ -97,6 +97,6 @@ async function deriveOrderFromGroup(groups: string[]): Promise { if(orders.length === 1) { return orders[0]; } else if (orders.length > 1) { - return 'Mixed use'; + return 'Mixed Use'; } else return null; } diff --git a/migrations/0xx.bulk_data_sources.up.sql b/migrations/0xx.bulk_data_sources.up.sql index ce323777..6c757331 100644 --- a/migrations/0xx.bulk_data_sources.up.sql +++ b/migrations/0xx.bulk_data_sources.up.sql @@ -35,7 +35,7 @@ VALUES ('U060','Utilities And Infrastructure','order',NULL,True), ('U110','Vacant And Derelict','order',NULL,True), --We have created a landuse order that does not exist for mixed use -('U140','Mixed use','order',NULL,True), +('U140','Mixed Use','order',NULL,True), -- group ('U011','Agriculture','group','U010', True),