From 54cb364c2ecc8003baa311cfc9ceea5270d6cc7e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 3 Jun 2025 03:38:32 +0300 Subject: [PATCH] fix --- web/share/js/kvm/stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js index 5e42a382..284c6511 100644 --- a/web/share/js/kvm/stream.js +++ b/web/share/js/kvm/stream.js @@ -345,7 +345,7 @@ export function Streamer() { }; var __clickResetButton = function() { - wm.confirm("Are you sure you want to reset stream?").then(function(ok) { + wm.confirm("Are you sure you want to reset the stream?").then(function(ok) { if (ok) { __resetStream(); tools.httpPost("api/streamer/reset", null, function(http) {