remove translation for Heatbeat

This commit is contained in:
Proddy
2023-08-08 10:36:14 +02:00
parent ff68d23642
commit 3c51e80408
10 changed files with 5 additions and 14 deletions

View File

@@ -310,7 +310,7 @@ const MqttSettingsForm: FC = () => {
<ValidatedTextField
fieldErrors={fieldErrors}
name="publish_time_heartbeat"
label={LL.MQTT_INT_HEARTBEAT()}
label="Heartbeat"
InputProps={{
endAdornment: <InputAdornment position="end">{LL.SECONDS()}</InputAdornment>
}}