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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 2318333003: [ARC] Add "(beta)" string to Play Store. (Closed)
Patch Set: Created 4 years, 3 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/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 7c7f962c89e9c4e5e56c3f87e91504668f88d2ed..374ba01fdc17df472a893372abb5923cf3c60d3e 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -234,7 +234,10 @@
</section>
<if expr="chromeos">
<section id="android-apps-section" hidden>
- <h3 i18n-content="androidAppsTitle"></h3>
+ <h3>
+ <span i18n-content="androidAppsTitle"></span>
+ (<span i18n-content="androidAppsTitleBeta"></span>)
+ </h3>
<div class="checkbox controlled-setting-with-label">
<label>
<input id="android-apps-enabled" pref="arc.enabled"

Powered by Google App Engine
This is Rietveld 408576698