chore: fix typos of TLS

This commit is contained in:
Owen Voke
2023-10-25 11:19:15 +01:00
parent 8929e15e00
commit ec5b5ef79d
10 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ const MqttStatusForm: FC = () => {
case MqttDisconnectReason.MQTT_NOT_AUTHORIZED:
return 'Not authorized';
case MqttDisconnectReason.TLS_BAD_FINGERPRINT:
return 'TSL fingerprint invalid';
return 'TLS fingerprint invalid';
default:
return 'Unknown';
}