| 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 18c097078a01c33aa1951462e67a9fee61131839..c8f15385531e810b32a5940c458e7224ab663ae9 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.html
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.html
|
| @@ -115,14 +115,9 @@
|
| i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
|
| </button>
|
| </span>
|
| - <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-supervised-not-signed-in-link"
|
| - class="link-button"
|
| - i18n-content="manageProfilesSupervisedNotSignedInLink">
|
| - </button>
|
| + <span id="create-profile-supervised-not-signed-in"
|
| + i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
|
| + hidden>
|
| </span>
|
| </label>
|
| <span id="create-profile-supervised-indicator"
|
|
|