mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07: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:
parent
96084355f0
commit
ff2ba240c9
@ -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",
|
||||
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user