This commit is contained in:
Maxim Devaev 2025-06-03 03:38:32 +03:00
parent 007371d30b
commit 54cb364c2e

View File

@ -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) {