We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c47fc commit 80a6fc1Copy full SHA for 80a6fc1
sd-card/html/edit_config_param_template.html
@@ -556,7 +556,7 @@ <h4><input type="checkbox" id="Category_Analog_enabled" value="1" onclick = 'Up
556
</td>
557
<td>
558
<input required type="number" id="PostProcessing_PreValueAgeStartup_value1" size="13" min="0"
559
- oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Seconds
+ oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Minutes
560
561
<td>$TOOLTIP_PostProcessing_PreValueAgeStartup</td>
562
</tr>
0 commit comments