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

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

Issue 2787053002: MD Settings: Change some instances of "Not valid" to "Not a valid web address". (Closed)
Patch Set: nit. Created 3 years, 9 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 99a0bdbc0e99848e26cff3716402b5d0fd107440..6f7fe45d4b6fdff824d1fb3ab62f50f8de9cc8ee 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -25,7 +25,7 @@
<paper-input id="site" always-float-label label="$i18n{addSite}"
placeholder="$i18n{addSiteExceptionPlaceholder}"
value="{{site_}}" on-input="validate_"
- error-message="$i18n{notValid}" autofocus></paper-input>
+ error-message="$i18n{notValidWebAddress}" autofocus></paper-input>
<paper-checkbox id="incognito">
$i18n{incognitoSiteOnly}
</paper-checkbox>

Powered by Google App Engine
This is Rietveld 408576698