Skip to content

Commit

Permalink
fix: Rename some Toggles to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
regeter committed Feb 18, 2025
1 parent 15c814b commit 0b50dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ class App extends React.Component {
},
{
id: "showTraffic",
name: "Traffic",
name: "Live Traffic",
docLink: "https://github.com/googlemaps/fleet-debugger/blob/main/README.md",
columns: [],
solutionTypes: ["ODRD", "LMFS"],
},
{
id: "showLiveJS",
name: "Start Live Journey Sharing for newest trip",
name: "Live Journey Sharing",
docLink: "https://github.com/googlemaps/fleet-debugger/blob/main/README.md",
columns: [],
solutionTypes: ["ODRD", "LMFS"],
Expand Down

0 comments on commit 0b50dd1

Please sign in to comment.