Adds a comment to default error handling for desktop sharing.
This commit is contained in:
parent
3a933cfb84
commit
45d997e9f1
|
@ -626,6 +626,10 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Handling:
|
||||||
|
// TrackErrors.CHROME_EXTENSION_INSTALLATION_ERROR
|
||||||
|
// TrackErrors.GENERAL
|
||||||
|
// and any other
|
||||||
let dialogTxt = APP.translation
|
let dialogTxt = APP.translation
|
||||||
.generateTranslationHTML("dialog.failtoinstall");
|
.generateTranslationHTML("dialog.failtoinstall");
|
||||||
let dialogTitle = APP.translation
|
let dialogTitle = APP.translation
|
||||||
|
|
Loading…
Reference in New Issue