From 9ecf9bb198dedd9a14a5af24472e666e2e779532 Mon Sep 17 00:00:00 2001 From: juuso-j <68938778+juuso-j@users.noreply.github.com> Date: Wed, 22 May 2024 10:25:22 +0300 Subject: [PATCH] Fix comment for translate_fi_address_field --- mobility_data/importers/data/wfs_importer_config_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobility_data/importers/data/wfs_importer_config_example.yml b/mobility_data/importers/data/wfs_importer_config_example.yml index 4ab3ea159..640d717fe 100644 --- a/mobility_data/importers/data/wfs_importer_config_example.yml +++ b/mobility_data/importers/data/wfs_importer_config_example.yml @@ -17,7 +17,7 @@ features: # Optional, if set, include only if geometry is inside the boundarys of Turku, default=False locates_in_turku: True # Optional, Add the field from which the Finnish address is fetched - # and get the Swedish and the English translations to it. + # and the importer will assign and lookup the Swedish and the English translations to it. # Suitable if only Finnish address is available in the source data. translate_fi_address_field: field_with_finnish_address # Required if "translate_fi_address_field" is used.