We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602c0e9 commit d794f9dCopy full SHA for d794f9d
remoting/webapp/client_screen.js
@@ -526,7 +526,8 @@ remoting.connectMe2MeWithPin = function() {
526
remoting.hostJid = host.jabberId;
527
remoting.hostPublicKey = host.publicKey;
528
document.getElementById('connected-to').innerText = host.hostName;
529
- document.title = document.title + ': ' + host.hostName;
+ document.title = chrome.i18n.getMessage('PRODUCT_NAME') + ': ' +
530
+ host.hostName;
531
532
remoting.WcsLoader.load(connectMe2MeWithAccessToken_);
533
};
0 commit comments