fix: 更新网页部分文本

This commit is contained in:
mofeng-git
2025-09-30 21:32:35 +08:00
parent 5296e61281
commit 593de19df5
6 changed files with 9 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ export function MediaStreamer(__setActive, __setInactive, __setInfo, __organizeH
var __setupCodec = function(formats) {
__closeDecoder();
if (formats.h264 === undefined) {
let msg = "No H.264 stream available on PiKVM";
let msg = "No H.264 stream available on One-KVM";
__setInfo(false, false, msg);
__logInfo(msg);
return;