diff --git a/etl/steps/data/garden/un/2024-07-16/migrant_stock.meta.yml b/etl/steps/data/garden/un/2024-07-16/migrant_stock.meta.yml index e5d0f43f0af..ec6b57b4e1e 100644 --- a/etl/steps/data/garden/un/2024-07-16/migrant_stock.meta.yml +++ b/etl/steps/data/garden/un/2024-07-16/migrant_stock.meta.yml @@ -39,7 +39,7 @@ tables: description_from_producer: "{definitions.description_un.migrant_stock}" # Immigrant share immigrant_share_of_dest_population_all: - title: Share of the population that were born in another country + title: Share of the population that was born in another country unit: "%" short_unit: "%" description_short: Immigrants as a share of the total population. @@ -47,7 +47,7 @@ tables: display: numDecimalPlaces: 1 immigrant_share_of_dest_population_female: - title: Share of the population that were born in another country - female + title: Share of the population that was born in another country - female unit: "%" short_unit: "%" description_short: Female immigrants as a share of the total (female) population. @@ -55,7 +55,7 @@ tables: display: numDecimalPlaces: 1 immigrant_share_of_dest_population_male: - title: Share of the population that were born in another country - male + title: Share of the population that was born in another country - male unit: "%" short_unit: "%" description_short: Male immigrants as a share of the total (male) population. @@ -77,7 +77,7 @@ tables: description_from_producer: "{definitions.description_un.migrant_stock}" # Emigrant share emigrants_share_of_total_population: - title: Share of the population that were born in this country but now live in another country. + title: Share of the population that was born in this country but now lives in another country. unit: "%" short_unit: "%" description_short: The total number of people that have left the country, as a share of the current population. @@ -131,7 +131,7 @@ tables: emigrants_change_5_years_per_1000: title: Change in the number of emigrants per 1,000 people in the previous five years unit: per 1,000 - description_short: The total number of people born in that country who are now living in another country,, compared to five years ago, per 1,000 people in the host country. A positive number indicates there are now more emigrants who have moved from a given country; a negative number means there are fewer. + description_short: The total number of people born in that country who are now living in another country, compared to five years ago, per 1,000 people in the host country. A positive number indicates there are now more emigrants who have moved from a given country; a negative number means there are fewer. processing_level: major description_processing: We calculated the change in the number of emigrants by subtracting the number of emigrants that were living in a given country five years prior from the number of emigrants living in the country in the current year. We then divided this number by the total population of the host country, per 1000 people. display: diff --git a/etl/steps/export/explorers/migration/2024-08-05/migration_config_dict.py b/etl/steps/export/explorers/migration/2024-08-05/migration_config_dict.py index 11bb890ed83..ae8464638e8 100644 --- a/etl/steps/export/explorers/migration/2024-08-05/migration_config_dict.py +++ b/etl/steps/export/explorers/migration/2024-08-05/migration_config_dict.py @@ -58,11 +58,11 @@ "description": "The average [transaction cost](#dod:remittancecost) as a percentage of total [remittance](#dod:remittances) received from abroad. The cost is based on a single transaction of USD 200. ", }, "emigrants_share_of_total_population": { - "title": "Share of the population that have left the country", + "title": "Share of the population that has left the country", "description": "", }, "immigrant_share_of_dest_population_all": { - "title": "Share of the population that were born in another country", + "title": "Share of the population that was born in another country", "description": "", }, }