summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos_internet_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/chromeos_internet_detail.html')
-rw-r--r--chrome/browser/resources/options/chromeos_internet_detail.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/chromeos_internet_detail.html b/chrome/browser/resources/options/chromeos_internet_detail.html
index 4801e4f..7b1ae6a 100644
--- a/chrome/browser/resources/options/chromeos_internet_detail.html
+++ b/chrome/browser/resources/options/chromeos_internet_detail.html
@@ -1,4 +1,5 @@
<div class="page hidden" id="detailsInternetPage">
+ <h1 id="inetTitle"></h1>
<section id="wirelessOptions">
<table class="option-control-table">
<tr>
@@ -6,9 +7,9 @@
<td id="inetSsid" class="option-value"></td>
</tr>
<tr>
- <td><label><span i18n-content="inetRememberNetwork"></span></td>
<td><input id="rememberNetwork"
type="checkbox"></label></td>
+ <td><label><span i18n-content="inetRememberNetwork"></span></td>
</tr>
</table>
</section>