Skip to content

Commit

Permalink
label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmmo committed Oct 24, 2024
1 parent 45e38e9 commit 7d91144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/MapMenuBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export interface MapMenuBar {

const MAP_MODES = {
future: 'Proiezioni',
past: 'Storica',
advanced: 'avanzata',
simple: 'semplificata',
past: 'Storico',
advanced: 'Avanzata',
simple: 'Semplice',
};

// eslint-disable-next-line @typescript-eslint/no-redeclare
Expand Down

0 comments on commit 7d91144

Please sign in to comment.