diff --git a/lsp/mist.js b/lsp/mist.js
index 3d6fa054..82f48836 100644
--- a/lsp/mist.js
+++ b/lsp/mist.js
@@ -1924,7 +1924,7 @@ var UI = {
help: 'You can set the amount of debug information MistServer saves in the log. A full reboot of MistServer is required before some components of MistServer can post debug information.'
},{
type: 'checkbox',
- label: 'Force JSON file save',
+ label: 'Force configurations save',
pointer: {
main: mist.data,
index: 'save'
@@ -3419,7 +3419,7 @@ var UI = {
},{
label: 'Target',
type: 'str',
- help: 'Where the stream will be pushed to.
Valid formats:
- '+target_match.join('
- ')+'
',
+ help: 'Where the stream will be pushed to.
Valid formats:- '+target_match.join('
- ')+'
Valid text replacements:- $stream - inserts the stream name used to push to MistServer
- $day - inserts the current day number
- $month - inserts the current month number
- $year - inserts the current year number
- $hour - inserts the hour timestamp when stream was received
- $minute - inserts the minute timestamp the stream was received
- $seconds - inserts the seconds timestamp when the stream was received
- $datetime - inserts $year.$month.$day.$hour.$minute.$seconds timestamp when the stream was received
',
pointer: {
main: saveas,
index: 'target'
diff --git a/src/embed.js b/src/embed.js
index 1b43467b..2623c3e1 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -275,7 +275,7 @@ function mistembed(streamname) {
if (video.on_error){
container.innerHTML = video.on_error;
}else{
- container.innerHTML = 'Error: no protocols found';
+ container.innerHTML = 'Error: no active source or compatible protocols for this stream';
}
}
else {