Skip to content

Commit

Permalink
fix: update streets label; remove unused labels (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Apr 18, 2024
1 parent 01bf00d commit 9b5a690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
"mapbox_style_switcher_label": "Base map",
"mapbox_style_satellite": "Satellite",
"mapbox_style_combined": "Satellite and streets",
"mapbox_style_streets": "Streets",
"mapbox_style_streets": "Streets and topography",
"map_draw": {
"draw": {
"toolbar": {
Expand Down
4 changes: 1 addition & 3 deletions src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,6 @@
"openstreetmap_api_error": "Error al solicitar datos de la API nominatim.openstreetmap.org",
"map_search_placeholder": "Ingresa una ciudad, pueblo o región",
"map_search_clear": "Borrar búsqueda",
"map_layer_streets": "Calles",
"map_layer_satellite": "Satélite",
"default_marker_label": "Marcador",
"basemap_label": "Establecer mapa base",
"latitude": "latitud",
Expand All @@ -801,7 +799,7 @@
"mapbox_style_switcher_label": "Mapa base",
"mapbox_style_satellite": "Satélite",
"mapbox_style_combined": "Satélite y calles",
"mapbox_style_streets": "Calles",
"mapbox_style_streets": "Calles y topografía",
"map_draw": {
"draw": {
"toolbar": {
Expand Down

0 comments on commit 9b5a690

Please sign in to comment.