Explorar el Código

Update edit_config_param_template.html (#2881)

CaCO3 hace 2 años
padre
commit
80a6fc1dc3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sd-card/html/edit_config_param_template.html

+ 1 - 1
sd-card/html/edit_config_param_template.html

@@ -556,7 +556,7 @@
 			</td>
 			<td>
 				<input required type="number" id="PostProcessing_PreValueAgeStartup_value1" size="13" min="0"
-					oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Seconds
+					oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.stepMismatch||(value=parseInt(this.value)));">Minutes
 			</td>
 			<td>$TOOLTIP_PostProcessing_PreValueAgeStartup</td>
 		</tr>