| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index 005582451351244b380dedac114281ca29e5a57a..ff304bbb3653e889daa398ce88273531164f1157 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -140,6 +140,13 @@ found in the LICENSE file.
|
| </div>
|
| <div id="me2me-content">
|
| <div id="host-list" hidden></div>
|
| + <div id="host-list-empty">
|
| + <span i18n-content="HOST_LIST_EMPTY"></span>
|
| + <span id="host-list-empty-instructions"
|
| + i18n-content="HOST_LIST_EMPTY_INSTRUCTIONS"
|
| + i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chrome.google.com/remotedesktop</a>"
|
| + i18n-value-name-2="HOME_DAEMON_START_BUTTON"></span>
|
| + </div>
|
| <div id="host-list-error" class="box" hidden>
|
| <div id="host-list-error-message" class="error-state"></div>
|
| <div class="box-spacer"></div>
|
|
|