From adb7cf235ded412119581a1ef8bf656d0ec93855 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sat, 24 Aug 2024 19:53:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=97=20Add=20hybrid=20cars=20to=20the?= =?UTF-8?q?=20replaced=20mode=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on input from a user: > When I use the ebike to travel, there is no option for "Replaces" that is Hybrid Car. They have gas car and electric car, but I don't see hybrid. For now, I'm just hitting Ă–ther"and typing in "hybrid car" manually. @JGreenlee please add this in e-mission-common as well. --- www/json/label-options.json.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/json/label-options.json.sample b/www/json/label-options.json.sample index 7947e2149..8c950b9e7 100644 --- a/www/json/label-options.json.sample +++ b/www/json/label-options.json.sample @@ -44,6 +44,8 @@ {"value":"scootershare"}, {"value":"drove_alone"}, {"value":"shared_ride"}, + {"value":"hybrid_drove_alone"}, + {"value":"hybrid_shared_ride"}, {"value":"e_car_drove_alone"}, {"value":"e_car_shared_ride"}, {"value":"taxi"},