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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.html

Issue 2927213002: [MD settings] I18nBehavior return textContent from i18n() (Closed)
Patch Set: merge with master Created 3 years, 6 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/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index 1f3c4fc0aa76707ce48eec610dc65108b1f0052a..e7933dccd75028292c4f080f8989e311717c7e1e 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -25,7 +25,7 @@
<div class="start">
$i18n{androidAppsPageLabel}
<div class="secondary" id="secondaryText"
- inner-h-t-m-l="[[i18n('androidAppsSubtext')]]">
+ inner-h-t-m-l="[[i18nAdvanced('androidAppsSubtext')]]">
</div>
</div>
<cr-policy-pref-indicator pref="[[prefs.arc.enabled]]"

Powered by Google App Engine
This is Rietveld 408576698