feat(web): Rename the Menu Entry "admin.map_settings" to "admin.map_gps_settings" (#11033)

* Rename the Menu Entry "admin.map_settings" to "admin.map_gps_settings"

Explanation:
The main menu item is called Map & GPS-Settings. The sub-item below it is also called. 
It would be correct:

Main item:
Map & GPS-Settings
Sub-item 1:
Map settings

* Update en.json

* chore: formatting

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
CanbiZ 2024-07-11 17:20:57 +02:00 committed by GitHub
parent 96084355f0
commit ff2ba240c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -125,12 +125,14 @@
"manage_log_settings": "Manage log settings",
"map_dark_style": "Dark style",
"map_enable_description": "Enable map features",
"map_gps_settings": "Map & GPS Settings",
"map_gps_settings_description": "Manage Map & GPS (Reverse Geocoding) Settings",
"map_light_style": "Light style",
"map_manage_reverse_geocoding_settings": "Manage <link>Reverse Geocoding</link> settings",
"map_reverse_geocoding": "Reverse Geocoding",
"map_reverse_geocoding_enable_description": "Enable reverse geocoding",
"map_reverse_geocoding_settings": "Reverse Geocoding Settings",
"map_settings": "Map & GPS Settings",
"map_settings": "Map Settings",
"map_settings_description": "Manage map settings",
"map_style_description": "URL to a style.json map theme",
"metadata_extraction_job": "Extract metadata",

View File

@ -106,8 +106,8 @@
},
{
component: MapSettings,
title: $t('admin.map_settings'),
subtitle: $t('admin.map_settings_description'),
title: $t('admin.map_gps_settings'),
subtitle: $t('admin.map_gps_settings_description'),
key: 'location',
},
{