Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: chrome/browser/resources/settings/internet_page/network_apnlist.html

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: No settings_vars_css cleanup Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/internet_page/network_apnlist.html
diff --git a/chrome/browser/resources/settings/internet_page/network_apnlist.html b/chrome/browser/resources/settings/internet_page/network_apnlist.html
index 4060cafe2c66df8f50cca2bdaca52ab36557dffe..1c07696ffe302e67f7b5d57076323e822958cfdc 100644
--- a/chrome/browser/resources/settings/internet_page/network_apnlist.html
+++ b/chrome/browser/resources/settings/internet_page/network_apnlist.html
@@ -9,7 +9,7 @@
<template>
<style include="internet-shared">
</style>
- <div class="settings-box">
+ <div class="settings-box first">
<div class="start">$i18n{networkSectionAccessPoint}</div>
<paper-dropdown-menu-light vertical-align="auto" no-label-float>
<paper-listbox id="selectApn"
@@ -32,7 +32,7 @@
edit-field-types="[[otherApnEditTypes_]]" prefix="Cellular.APN.">
</network-property-list>
<paper-button on-tap="onSaveOtherTap_">
- ${networkButtonSaveApn}
+ $i18n{networkButtonSaveApn}
</paper-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698