Commit 7df3fa56 authored by tommycli's avatar tommycli Committed by Commit bot

MD Settings: Remove secondary text under Manage Supervised Users.

BUG=709111
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2806023002
Cr-Commit-Position: refs/heads/master@{#463046}
parent 1e5d734b
......@@ -2225,9 +2225,6 @@
<message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS" desc="Label for the button that opens the supervised users dashboard.">
Manage supervised users
</message>
<message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS_DESCRIPTION" desc="Description for the button that opens the supervised users dashboard.">
Opens Supervised Users Dashboard
</message>
<message name="IDS_SETTINGS_CHANGE_PICTURE_PROFILE_PHOTO" desc="The text on the Google profile photo of the user.">
Google Profile photo
</message>
......
......@@ -310,14 +310,9 @@
</if>
<template is="dom-if" if="[[profileManagesSupervisedUsers_]]">
<div id="manageSupervisedUsersContainer" class="settings-box two-line"
<div id="manageSupervisedUsersContainer" class="settings-box"
on-tap="onManageSupervisedUsers_" actionable>
<div class="start">
$i18n{manageSupervisedUsers}
<div class="secondary" id="manageSupervisedUsersSecondary">
$i18n{manageSupervisedUsersDescription}
</div>
</div>
<div class="start">$i18n{manageSupervisedUsers}</div>
<button class="icon-external" is="paper-icon-button-light"
aria-label="$i18n{manageSupervisedUsers}"
aria-describedby="manageSupervisedUsersSecondary"></button>
......
......@@ -1174,8 +1174,6 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
{"peoplePageTitle", IDS_SETTINGS_PEOPLE},
{"manageOtherPeople", IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE},
{"manageSupervisedUsers", IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS},
{"manageSupervisedUsersDescription",
IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS_DESCRIPTION},
#if defined(OS_CHROMEOS)
{"configureFingerprintTitle", IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_TITLE},
{"configureFingerprintInstructionLocateScannerStep",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment