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

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.html

Issue 2190653003: [Md Feedback] Add initial data population for dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/md_feedback/feedback_container.html
diff --git a/chrome/browser/resources/md_feedback/feedback_container.html b/chrome/browser/resources/md_feedback/feedback_container.html
index acb0772dd82f0855301bad1b7a44c57d72383d13..08aab2d1e88f8485c9833728bef243a38cd1eda5 100644
--- a/chrome/browser/resources/md_feedback/feedback_container.html
+++ b/chrome/browser/resources/md_feedback/feedback_container.html
@@ -20,8 +20,8 @@
</div>
<div>
<paper-textarea label="$i18n{openEndedLabel}"></paper-textarea>
- <paper-input label="$i18n{urlLabel}"></paper-input>
- <paper-input label="$i18n{emailLabel}"></paper-input>
+ <paper-input label="$i18n{urlLabel}" placeholder="[[url]]"></paper-input>
+ <paper-input label="$i18n{emailLabel}" placeholder="[[email]]"></paper-input>
</div>
<div>
<paper-checkbox>$i18n{includeScreenshotLabel}</paper-checkbox>

Powered by Google App Engine
This is Rietveld 408576698