Skip to content

Commit

Permalink
Correct copy typo (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-usds authored Aug 10, 2022
1 parent 1c448a7 commit 150b793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
<div>
Expected building loss rate
<div>
Economic loss rate to agricultural value resulting from natural hazards each year
Economic loss rate to building value resulting from natural hazards each year
</div>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/data/copy/explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
},
EXP_BLD_LOSS: {
id: 'explore.map.page.side.panel.indicator.description.exp.bld.loss',
defaultMessage: 'Economic loss rate to agricultural value resulting from natural hazards each year',
defaultMessage: 'Economic loss rate to building value resulting from natural hazards each year',
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side
panel will show an indicator description of Economic loss rate to buildings resulting from natural hazards`,
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Economic loss rate to agriculture resulting from natural hazards\n "
},
"explore.map.page.side.panel.indicator.description.exp.bld.loss": {
"defaultMessage": "Economic loss rate to agricultural value resulting from natural hazards each year",
"defaultMessage": "Economic loss rate to building value resulting from natural hazards each year",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side \n panel will show an indicator description of Economic loss rate to buildings resulting from natural hazards"
},
"explore.map.page.side.panel.indicator.description.exp.pop.loss": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/intl/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"explore.map.page.side.panel.indicator.description.dieselPartMatter": "Descarga de gas de motor diésel en el aire",
"explore.map.page.side.panel.indicator.description.energyBurden": "Costo promedio anual de la energía dividido por el ingreso familiar",
"explore.map.page.side.panel.indicator.description.exp.ag.loss": "Tasa de pérdida económica en relación con el valor agrícola resultante de peligros naturales cada año",
"explore.map.page.side.panel.indicator.description.exp.bld.loss": "Tasa de pérdida económica en relación con el valor agrícola resultante de peligros naturales cada año",
"explore.map.page.side.panel.indicator.description.exp.bld.loss": "Tasa de pérdida económica en relación con el valor construcción resultante de peligros naturales cada año",
"explore.map.page.side.panel.indicator.description.exp.pop.loss": "Tasa de muertes y lesiones resultantes de peligros naturales cada año",
"explore.map.page.side.panel.indicator.description.heartDisease": "Personas con 18 años cumplidos a quienes se les ha diagnosticado una cardiopatía",
"explore.map.page.side.panel.indicator.description.high.ed": "Porcentaje de la población con 15 años cumplidos del grupo de bloques del censo que no está inscrita en la universidad, escuela superior o escuela de posgrado",
Expand Down

0 comments on commit 150b793

Please sign in to comment.