Commit 2a0a9412 authored by Anastasiia Nikolaienko's avatar Anastasiia Nikolaienko Committed by Commit Bot

Update strings on parent info screen

Update strings on 'info for parents' screen in EDU account addition
flow.

Bug: 1071144
Change-Id: I4330299f95873c101359028bff9027467c021454
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153049Reviewed-by: default avatarKush Sinha <sinhak@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Anastasiia N <anastasiian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760132}
parent 1498c75d
......@@ -5101,9 +5101,13 @@
School account info for parents
</message>
<message name="IDS_EDU_LOGIN_INFO_BODY" desc="Text informing parent that only EDU account may be added to the device.">
Your child wants to add another Google account to this device. Only G Suite for Education accounts may be added to Family Link managed devices.
Your child wants to add a G Suite for Education Google Account to this device. The <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://gsuite.google.com/terms/education_privacy.html</ex>"&gt;</ph>G Suite for Education Privacy Notice<ph name="LINK_END">&lt;/a&gt;</ph> is meant to help G Suite for Education users and parents understand what data the product collects, why it is collected, and what is done with it.
</message>
<message name="IDS_EDU_LOGIN_INFO_PARENT_SETTINGS" desc="Text informing parent about Family Link parent settings.">
<message name="IDS_EDU_LOGIN_INFO_PARENT_SETTINGS" desc="Text informing parent about Google services that users can access, browsing data storage and Family Link parent settings.">
G Suite for Education administrators determine which Google services their users can access while signed into a G Suite for Education account. School administrators are required to provide or obtain consent for the use of the services by their minor users.
Browsing data (including history, bookmarks, and passwords) will be stored with the Family Link account and not with the school account.
Your Family Link parent settings will still apply. If you've previously blocked an app or site, you won't have to do it again.
</message>
<message name="IDS_EDU_LOGIN_INFO_DATA_PROTECTION" desc="Text informing parent about their child's data protection.">
......
bb5e6a878d7a98c8b7de545fd08bdc343436dcba
\ No newline at end of file
12591b427e244358825f50e06ffe2dd9bd57e8fb
\ No newline at end of file
bb5e6a878d7a98c8b7de545fd08bdc343436dcba
\ No newline at end of file
12591b427e244358825f50e06ffe2dd9bd57e8fb
\ No newline at end of file
......@@ -37,7 +37,7 @@
<h1>$i18n{parentInfoTitle}</h1>
<p class="secondary">$i18n{parentInfoBody}</p>
<p class="secondary">$i18nRaw{parentInfoBody}</p>
<div class="info-container secondary">
<div class="info-item">
......
......@@ -84,9 +84,13 @@ void AddEduStrings(content::WebUIDataSource* source,
chrome::kAccountRecoveryURL);
source->AddLocalizedString("parentInfoTitle", IDS_EDU_LOGIN_INFO_TITLE);
source->AddLocalizedString("parentInfoBody", IDS_EDU_LOGIN_INFO_BODY);
source->AddLocalizedString("parentInfoParentSettingsText",
IDS_EDU_LOGIN_INFO_PARENT_SETTINGS);
source->AddString(
"parentInfoBody",
l10n_util::GetStringFUTF16(
IDS_EDU_LOGIN_INFO_BODY,
base::ASCIIToUTF16(chrome::kGsuiteTermsEducationPrivacyURL)));
source->AddString(
"parentInfoDataProtectionText",
l10n_util::GetStringFUTF16(
......
......@@ -352,6 +352,9 @@ const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
const char kGoogleNameserversLearnMoreURL[] =
"https://developers.google.com/speed/public-dns";
const char kGsuiteTermsEducationPrivacyURL[] =
"https://gsuite.google.com/terms/education_privacy.html";
const char kInstantTetheringLearnMoreURL[] =
"https://support.google.com/chromebook?p=instant_tethering";
......
......@@ -299,6 +299,10 @@ extern const char kEolNotificationURL[];
// The URL for providing more information about Google nameservers.
extern const char kGoogleNameserversLearnMoreURL[];
// The URL for G Suite for Education Privacy Notice.
extern const char kGsuiteTermsEducationPrivacyURL[];
// The URL for the "learn more" link for Instant Tethering.
extern const char kInstantTetheringLearnMoreURL[];
......
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