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

Unified Diff: chrome/browser/resources/settings/site_settings/add_site_dialog.html

Issue 2699013002: MD Settings: Allow editing a cookie site exception. (Closed)
Patch Set: Localize string. Created 3 years, 10 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/site_settings/add_site_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/add_site_dialog.html b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
index 149cad2ada67ed2e85d6912c465477ba6c761b7d..13475a7538ed4d89318b7b21df6e57c1dadaf029 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -18,7 +18,7 @@
}
</style>
<dialog is="cr-dialog" id="dialog">
- <div class="title">$i18n{addSiteHeader}</div>
+ <div class="title">$i18n{addSiteDialogTitle}</div>
<div class="body">
<span class="start">$i18n{addSite}</span>
<iron-a11y-keys id="keys" keys="enter"

Powered by Google App Engine
This is Rietveld 408576698