Просмотр исходного кода

Update edit_config_param.html

Fixed some more Text.
pixel::doc 4 лет назад
Родитель
Сommit
5e9d9bd264
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      sd-card/html/edit_config_param.html

+ 4 - 4
sd-card/html/edit_config_param.html

@@ -533,9 +533,9 @@ textarea {
 				<input type="text" id="MQTT_MainTopic_value1">
 			</td>
 			<td style="font-size: 80%;">
-				MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMTER <br>
+				MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMETER <br>
 				where parameters are: value, rate, timestamp, error<br>
-				The general connection status can be found in MAINTOPiC"/CONNECTION
+				The general connection status can be found in MAINTOPIC/CONNECTION
 			</td>
 		</tr>
 		<tr>
@@ -563,7 +563,7 @@ textarea {
 				<input type="text" id="MQTT_user_value1">
 			</td>
 			<td style="font-size: 80%;">
-				user for MQTT authentication
+				User for MQTT authentication
 			</td>
 		</tr>
 		<tr>
@@ -577,7 +577,7 @@ textarea {
 				<input type="text" id="MQTT_password_value1">
 			</td>
 			<td style="font-size: 80%;">
-				password for MQTT authentication
+				Password for MQTT authentication
 			</td>
 		</tr>