diff --git a/src/Model/SuggestLocationModel.php b/src/Model/SuggestLocationModel.php index 90949df7d5..3c92af917e 100644 --- a/src/Model/SuggestLocationModel.php +++ b/src/Model/SuggestLocationModel.php @@ -22,9 +22,9 @@ class SuggestLocationModel { private const EXACT_PLACE = 'search.place.exact'; - private const PLACE = 'search.place'; - private const ADMIN_UNIT = 'search.admin.unit'; - private const COUNTRY = 'search.country'; + private const PLACE = 'search.places'; + private const ADMIN_UNIT = 'search.admin.units'; + private const COUNTRY = 'search.countries'; private const TYPE_PLACE = 'isplace'; private const TYPE_ADMIN_UNIT = 'isadmin'; diff --git a/translations/missing/search.yaml b/translations/missing/search.yaml index 15d41e55d5..b8b0e77547 100644 --- a/translations/missing/search.yaml +++ b/translations/missing/search.yaml @@ -10,12 +10,12 @@ search.reset.options: search.place.exact: - 'Exact matches' - Section header for the search results of places people live in if there is an exact match -search.place: +search.places: - 'Places' - Section header for the search results of places people live in -search.admin.unit: +search.admin.units: - 'Administrative Units' - Section header for the search results of administrative units found -search.Countries: +search.countries: - 'Countries' - Section header for the search results of countries found