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", "type": "slider",
"messageKey": "CLAY_DATE_TIMEOUT_SECS", "messageKey": "CLAY_DATE_TIMEOUT_SECS",
defaultValue: 3, "defaultValue": 3,
min: 0, "min": 0,
max: 15, "max": 15,
"label": "Date timeout (seconds)", "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." "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", "type": "slider",
"messageKey": "CLAY_TEMP_BAR_0", "messageKey": "CLAY_TEMP_BAR_0",
defaultValue: -32, "defaultValue": -32,
min: -50, "min": -50,
max: 0, "max": 0,
"label": "Minimum of temperature range", "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." "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", "type": "slider",
"messageKey": "CLAY_LOW_FUEL_PERCENT", "messageKey": "CLAY_LOW_FUEL_PERCENT",
defaultValue: 20, "defaultValue": 20,
min: 0, "min": 0,
max: 100, "max": 100,
step: 10, "step": 10,
"label": "Low fuel indicator percentage", "label": "Low fuel indicator percentage",
"description": "The low fuel indicator will appear at this battery percentage. Set to 0 to disable." "description": "The low fuel indicator will appear at this battery percentage. Set to 0 to disable."
} }