summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/about_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/about_page.html')
-rw-r--r--chrome/browser/resources/options/about_page.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index 282b76e..b2a6100 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -27,10 +27,9 @@
<span i18n-content="channel_warning_text"></span>
</div>
<select id="channelSelect">
- <!-- There is no "release" channel at this moment -->
- <!-- <option value="release" i18n-content="release"></option> -->
+ <option value="stable-channel" i18n-content="stable"></option>
<option value="beta-channel" i18n-content="beta"></option>
- <option value="dev-channel" i18n-content="development"></option>
+ <option value="dev-channel" i18n-content="dev"></option>
</select>
</div>
</section>