Add missing quotes

This commit is contained in:
2026-08-18 18:54:28 -04:00
parent 941e49f92e
commit addd4949ea
+10 -10
View File
@@ -38,28 +38,28 @@ module.exports = [
{
"type": "slider",
"messageKey": "CLAY_DATE_TIMEOUT_SECS",
defaultValue: 3,
min: 0,
max: 15,
"defaultValue": 3,
"min": 0,
"max": 15,
"label": "Date timeout (seconds)",
"description": "When you flick your wrist, the date will be shown for this number of seconds.<br><br>Set to 0 to disable this feature."
},
{
"type": "slider",
"messageKey": "CLAY_TEMP_BAR_0",
defaultValue: -32,
min: -50,
max: 0,
"defaultValue": -32,
"min": -50,
"max": 0,
"label": "Minimum of temperature range",
"description": "Default: -32°C<br><br>Measured in Celsius, this value sets the temperature that is considered the minimum on the watchface. When it is this temperature, 0 temperature bars will be displayed. The maximum is this value +80, making the default maximum 48°C."
},
{
"type": "slider",
"messageKey": "CLAY_LOW_FUEL_PERCENT",
defaultValue: 20,
min: 0,
max: 100,
step: 10,
"defaultValue": 20,
"min": 0,
"max": 100,
"step": 10,
"label": "Low fuel indicator percentage",
"description": "The low fuel indicator will appear at this battery percentage. Set to 0 to disable."
}