From 0b50dd10fea33f28116c613be391b79d916d56e6 Mon Sep 17 00:00:00 2001 From: regeter <2320305+regeter@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:17:22 -0800 Subject: [PATCH] fix: Rename some Toggles to make it clearer --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 6256a39..5c83a1f 100644 --- a/src/App.js +++ b/src/App.js @@ -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"],