"Domestic" -> "Residential"

This commit is contained in:
Mike Simpson 2023-06-29 14:30:32 +01:00
parent 8b38f7a076
commit fae06c6910

View File

@ -602,13 +602,13 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
},
sust_dec: {
category: Category.EnergyPerformance,
title: "Non-domestic Building Energy Rating",
title: "Non-residential Building Energy Rating",
tooltip: "Display Energy Certificate (DEC) Any public building should have (and display) a DEC. Showing how the energy use for that building compares to other buildings with same use",
example: "G",
},
sust_aggregate_estimate_epc: {
category: Category.EnergyPerformance,
title: "Domestic Building Energy Rating",
title: "Residential Building Energy Rating",
tooltip: "Energy Performance Certificate (EPC) Any premises sold or rented is required to have an EPC to show how energy efficient it is. Only buildings rate grade E or higher may be rented",
example: "",
},