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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html

Issue 2405643002: MD Settings: Restore paper-input label for adding new startup URL. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
index 5de20105c7d79919bc0438bd2217c244cfa105de..a235d6af3dfa4fa2454abbbac91f426eb1f6ce46 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
@@ -12,8 +12,8 @@
<div class="title">[[dialogTitle_]]</div>
<div class="body">
<paper-input always-float-label id="url"
+ label="$i18n{onStartupSiteUrl}"
value="{{url_}}" on-input="validate_">
- $i18n{onStartupSiteUrl}
</paper-input>
</div>
<div class="button-container">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698