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:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user