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

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

Issue 17320005: Update strings to match the final spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Null-check the signin manager for CrOS Created 7 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/options/managed_user_learn_more.html
===================================================================
--- chrome/browser/resources/options/managed_user_learn_more.html (revision 207746)
+++ chrome/browser/resources/options/managed_user_learn_more.html (working copy)
@@ -1,6 +1,6 @@
<div id="managed-user-learn-more" class="page" hidden>
<div class="close-button"></div>
- <!-- Overlay for the 'Learn more' link when creating a limited user. -->
+ <!-- Overlay for the 'Learn more' link when creating a supervised user. -->
<h1 i18n-content="managedUserLearnMoreTitle"></h1>
<div class="content-area">
<div id="managed-user-learn-more-image"></div>

Powered by Google App Engine
This is Rietveld 408576698