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

Unified Diff: chrome/browser/resources/settings/people_page/change_picture.html

Issue 1976003002: [MD settings] change i18n() use in html to $i18n (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line wrapping Created 4 years, 7 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/people_page/change_picture.html
diff --git a/chrome/browser/resources/settings/people_page/change_picture.html b/chrome/browser/resources/settings/people_page/change_picture.html
index 60bb4cd24dca995d26ffa3dfcb40463515d21506..037ef85de5f424bbe0f41c7d20f879909849669d 100644
--- a/chrome/browser/resources/settings/people_page/change_picture.html
+++ b/chrome/browser/resources/settings/people_page/change_picture.html
@@ -43,7 +43,7 @@
</iron-selector>
<template is="dom-if" if="[[isAuthorCreditShown_(selectedItem_)]]">
<div id="authorCredit">
- [[i18n('authorCredit')]]
+ $i18n{authorCredit}
[[getAuthorName_(selectedItem_, defaultImages_)]]
<a href="[[getAuthorWebsite_(selectedItem_, defaultImages_)]]"
target="_blank">

Powered by Google App Engine
This is Rietveld 408576698