From c5b00ed42843cc0cea392db75dd993064824b612 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Thu, 27 Jul 2023 16:20:44 +0100 Subject: [PATCH] Changes to interface text --- app/src/frontend/config/data-fields-config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/frontend/config/data-fields-config.ts b/app/src/frontend/config/data-fields-config.ts index c8c761ff..ca141343 100644 --- a/app/src/frontend/config/data-fields-config.ts +++ b/app/src/frontend/config/data-fields-config.ts @@ -587,21 +587,21 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */ construction_core_material: { category: Category.Construction, - title: "Core material", + title: "What is the main structural material thought to be?", tooltip: "The main structural material", example: "", }, construction_core_material_source_type: { category: Category.Construction, title: "Source type", - tooltip: "Source of roof covering data", + tooltip: "Source of main structural material data", example: "", items: commonSourceTypes }, construction_core_material_source_links: { category: Category.Construction, title: "Source links", - tooltip: "URL(s) for roof covering data source(s)", + tooltip: "URL(s) for main structural material data source(s)", example: ["", "", ""], },