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

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

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index e8a6515c92e4df8b63f6ba6c1bec18ba43fc37b9..18c097078a01c33aa1951462e67a9fee61131839 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -42,8 +42,8 @@
<img id="delete-profile-icon" class="profile-icon">
<div id="delete-profile-text"></div>
</div>
- <div id="delete-managed-profile-addendum"
- i18n-values=".innerHTML:deleteManagedProfileAddendum" hidden>
+ <div id="delete-supervised-profile-addendum"
+ i18n-values=".innerHTML:deleteSupervisedProfileAddendum" hidden>
</div>
</div>
<div class="action-area button-strip">
@@ -90,7 +90,7 @@
</label>
</div>
</div>
- <div id="create-profile-managed-content-area" class="content-area">
+ <div id="create-profile-supervised-content-area" class="content-area">
<div id="create-shortcut-container" class="checkbox" hidden>
<label>
<input id="create-shortcut" type="checkbox">
@@ -99,33 +99,33 @@
</span>
</label>
</div>
- <div id="create-profile-managed-container" class="checkbox">
+ <div id="create-profile-supervised-container" class="checkbox">
<label>
- <input id="create-profile-managed" type="checkbox">
- <span id="create-profile-managed-signed-in">
- <span id="create-profile-managed-signed-in-label"></span>
- <span id="create-profile-managed-account-details-out-of-date-label"
+ <input id="create-profile-supervised" type="checkbox">
+ <span id="create-profile-supervised-signed-in">
+ <span id="create-profile-supervised-signed-in-label"></span>
+ <span id="create-profile-supervised-account-details-out-of-date-label"
hidden>
</span>
- <button id="create-profile-managed-signed-in-learn-more-link"
+ <button id="create-profile-supervised-signed-in-learn-more-link"
class="link-button" i18n-content="learnMore">
</button>
- <button id="create-profile-managed-sign-in-again-link"
+ <button id="create-profile-supervised-sign-in-again-link"
class="link-button"
- i18n-content="manageProfilesManagedSignInAgainLink" hidden>
+ i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
</button>
</span>
- <span id="create-profile-managed-not-signed-in" hidden>
- <span id="create-profile-managed-not-signed-in-label"
- i18n-content="manageProfilesManagedNotSignedInLabel">
+ <span id="create-profile-supervised-not-signed-in" hidden>
+ <span id="create-profile-supervised-not-signed-in-label"
+ i18n-content="manageProfilesSupervisedNotSignedInLabel">
</span>
- <button id="create-profile-managed-not-signed-in-link"
+ <button id="create-profile-supervised-not-signed-in-link"
class="link-button"
- i18n-content="manageProfilesManagedNotSignedInLink">
+ i18n-content="manageProfilesSupervisedNotSignedInLink">
</button>
</span>
</label>
- <span id="create-profile-managed-indicator"
+ <span id="create-profile-supervised-indicator"
class="bubble-button controlled-setting-indicator">
</span>
</div>
@@ -133,8 +133,8 @@
</div>
<div class="action-area">
<div id="create-profile-throbber" class="throbber"></div>
- <button id="import-existing-managed-user-link" class="link-button"
- i18n-content="importExistingManagedUserLink" hidden>
+ <button id="import-existing-supervised-user-link" class="link-button"
+ i18n-content="importExistingSupervisedUserLink" hidden>
</button>
<div class="button-strip">
<button id="create-profile-cancel" i18n-content="cancel"></button>

Powered by Google App Engine
This is Rietveld 408576698