include link to desktopSharing extension when install fails

This commit is contained in:
Hugo Cisneiros (Eitch) 2014-12-04 17:11:52 -02:00
parent 8bb5994715
commit 7ffd0c6b38
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function obtainScreenFromExtension(streamCallback, failCallback) {
console.log("Failed to install the extension", arg);
failCallback(arg);
messageHandler.showError('Error',
'Failed to install desktop sharing extension');
'Failed to install desktop sharing extension. Try installing through <a href="' + getWebStoreInstallUrl() + '" target="_blank">this link</a>.');
}
);
}