| Index: chrome/browser/resources/local_discovery/local_discovery.html
|
| diff --git a/chrome/browser/resources/local_discovery/local_discovery.html b/chrome/browser/resources/local_discovery/local_discovery.html
|
| index dc1e8df8a6b847011ae205b4d534a48953c34d3e..ce82bd40d51b32cd396c3fdd933860b7155efa74 100644
|
| --- a/chrome/browser/resources/local_discovery/local_discovery.html
|
| +++ b/chrome/browser/resources/local_discovery/local_discovery.html
|
| @@ -13,6 +13,7 @@
|
| Searching for discoverable devices...
|
| </p>
|
| <div>
|
| + <div id="infoConsole"> </div>
|
| <table id="devices-table" width="100%">
|
| <thead>
|
| <th>Name</th>
|
| @@ -21,9 +22,9 @@
|
| <th>IP</th>
|
| <th>Metadata</th>
|
| <th>Last seen</th>
|
| - <th>Registered</th>
|
| + <th>Register</th>
|
| </thead>
|
| </table>
|
| </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|