1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-17 01:06:46 +01:00

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", "manage_log_settings": "Manage log settings",
"map_dark_style": "Dark style", "map_dark_style": "Dark style",
"map_enable_description": "Enable map features", "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_light_style": "Light style",
"map_manage_reverse_geocoding_settings": "Manage <link>Reverse Geocoding</link> settings", "map_manage_reverse_geocoding_settings": "Manage <link>Reverse Geocoding</link> settings",
"map_reverse_geocoding": "Reverse Geocoding", "map_reverse_geocoding": "Reverse Geocoding",
"map_reverse_geocoding_enable_description": "Enable reverse geocoding", "map_reverse_geocoding_enable_description": "Enable reverse geocoding",
"map_reverse_geocoding_settings": "Reverse Geocoding Settings", "map_reverse_geocoding_settings": "Reverse Geocoding Settings",
"map_settings": "Map & GPS Settings", "map_settings": "Map Settings",
"map_settings_description": "Manage map settings", "map_settings_description": "Manage map settings",
"map_style_description": "URL to a style.json map theme", "map_style_description": "URL to a style.json map theme",
"metadata_extraction_job": "Extract metadata", "metadata_extraction_job": "Extract metadata",

View file

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