Update typos on copy (#694)

- update snapshots
This commit is contained in:
Vim 2021-09-16 11:04:20 -07:00 committed by GitHub
commit daa26bcfd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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],
};