diff options
Diffstat (limited to 'remoting/webapp/client_screen.js')
-rw-r--r-- | remoting/webapp/client_screen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js index 60500c9..f07c54e 100644 --- a/remoting/webapp/client_screen.js +++ b/remoting/webapp/client_screen.js @@ -499,7 +499,7 @@ remoting.connectMe2Me = function(hostId, retryIfOffline) { return; } var message = document.getElementById('pin-message'); - l10n.localizeElement(message, host.hostName); + l10n.localizeElementToText(message, host.hostName); remoting.setMode(remoting.AppMode.CLIENT_PIN_PROMPT); } }; |