diff --git a/client/src/components/AreaDetail/index.tsx b/client/src/components/AreaDetail/index.tsx index d1d9d33f..e5c56de9 100644 --- a/client/src/components/AreaDetail/index.tsx +++ b/client/src/components/AreaDetail/index.tsx @@ -294,8 +294,8 @@ const AreaDetail = ({properties}:IAreaDetailProps) => { }; const houseBurden:indicatorInfo = { label: intl.formatMessage(messages.houseBurden), - description: 'People ages 18 and up who report having been told by a doctor,' + - ' nurse, or other health professionals that they have diabetes other than diabetes during pregnancy', + description: 'Households that are low income and spend more than 30% of their income on' + + ' housing costs', value: properties[constants.HOUSING_BURDEN_PROPERTY_PERCENTILE], }; diff --git a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap index 5be11a44..214e32bb 100644 --- a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap +++ b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap @@ -268,7 +268,7 @@ exports[`rendering of the AreaDetail checks if various text fields are visible 1
- People ages 18 and up who report having been told by a doctor, nurse, or other health professionals that they have diabetes other than diabetes during pregnancy + Households that are low income and spend more than 30% of their income on housing costs