Update interstitial strings for supervised user deprecation.
Update the deprecation message to remove non-actionable information for
the user, and move it out of the Details section.
Bug: 736043
Change-Id: I1f87c2faeca77703ee14c9f68816e728d8bae5e8
Reviewed-on: https://chromium-review.googlesource.com/556038
Reviewed-by: Marc Treib <[email protected]>
Commit-Queue: Bernhard Bauer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#483503}
diff --git a/components/supervised_user_error_page_strings.grdp b/components/supervised_user_error_page_strings.grdp
index d8d589a4..e8c4362 100644
--- a/components/supervised_user_error_page_strings.grdp
+++ b/components/supervised_user_error_page_strings.grdp
@@ -19,6 +19,9 @@
<message name="IDS_CHILD_BLOCK_INTERSTITIAL_MESSAGE" desc="A message for the child user when they attempt to visit a site that is not permitted by their parent.">
Looks like you need permission to visit this site
</message>
+ <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE_SUPERVISED_USERS_DEPRECATED" desc="Message to be shown to a supervised user directing them to the supervisor.">
+ Questions? Contact the person who supervises your profile.
+ </message>
<message name="IDS_BACK_BUTTON" desc="A button for going back to the last safe url after being blocked.">
Go back
</message>
@@ -79,8 +82,5 @@
<message name="IDS_SUPERVISED_USER_NOT_SIGNED_IN" desc="Message to be shown to a supervised user who is not signed in to Chrome">
Please start and sign in to Chrome so that Chrome can check whether you are allowed to access this site.
</message>
- <message name="IDS_BLOCK_INTERSTITIAL_MESSAGE_SUPERVISED_USERS_DEPRECATED" desc="Message to be shown to a supervised user to inform them that the feature is deprecated.">
- Supervised users are deprecated. Restrictions remain in place and cannot be changed by the custodian after September 30, 2017.
- </message>
</grit-part>