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