Skip to content

Commit 80a6fc1

Browse files
authored
Update edit_config_param_template.html (jomjol#2881)
1 parent d2c47fc commit 80a6fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sd-card/html/edit_config_param_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h4><input type="checkbox" id="Category_Analog_enabled" value="1" onclick = 'Up
556556
</td>
557557
<td>
558558
<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
559+
oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Minutes
560560
</td>
561561
<td>$TOOLTIP_PostProcessing_PreValueAgeStartup</td>
562562
</tr>

0 commit comments

Comments
 (0)