From 8da73b84081828eedbfe78adc6d704323776b25e Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Fri, 16 Dec 2022 15:42:31 +0100 Subject: [PATCH] Fix quotes for TirePressureUnit --- spec/Cabin/Infotainment.vspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Cabin/Infotainment.vspec b/spec/Cabin/Infotainment.vspec index 81dd4da17..56156a42a 100644 --- a/spec/Cabin/Infotainment.vspec +++ b/spec/Cabin/Infotainment.vspec @@ -167,8 +167,8 @@ HMI.TemperatureUnit: HMI.TirePressureUnit: datatype: string type: actuator - allowed: [‘PSI’, ‘KPA’, ’BAR’] - description: Tire pressure unit used in the current HMI + allowed: ['PSI', 'KPA', 'BAR'] + description: Tire pressure unit used in the current HMI HMI.Brightness: