Commit 306ae13a authored by Anastasiia Nikolaienko's avatar Anastasiia Nikolaienko Committed by Commit Bot

Change migration welcome screen title and body

Bug: 962288
Change-Id: Ibeca6c3bbb876043cb1d64dc0093376651ac626b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609828
Commit-Queue: Anastasiia Nikolaienko <anastasiian@google.com>
Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Reviewed-by: default avatarKush Sinha <sinhak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660773}
parent c59c9e56
......@@ -3900,11 +3900,13 @@
<!-- Strings for Account Manager welcome screen -->
<message name="IDS_ACCOUNT_MANAGER_WELCOME_TITLE" desc="Title for the Chrome OS Account Manager Welcome screen.">
Manage your Google Accounts in one place
Sign-in has changed
</message>
<message name="IDS_ACCOUNT_MANAGER_WELCOME_TEXT" desc="Text body for the Chrome OS Account Manager Welcome screen.">
Switch accounts quickly and sign in to apps and websites all at once.
Apps and sites can ask you for permission to use some of your Google Account info. <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://support.google.com/chromebook/?p=google_accounts</ex>"&gt;</ph>Learn more<ph name="LINK_END">&lt;/a&gt;</ph>
You can now manage all of your Google Accounts in one place. Access and permissions you've granted to apps, websites, and extensions in Chrome and Google Play may now apply to all of your signed-in accounts. <ph name="LINK_BEGIN">&lt;a target="_blank" href="$1<ex>https://support.google.com/chromebook/?p=google_accounts</ex>"&gt;</ph>Learn more<ph name="LINK_END">&lt;/a&gt;</ph>
</message>
<message name="IDS_ACCOUNT_MANAGER_WELCOME_BUTTON" desc="Label for the button to view accounts on the Chrome OS Account Manager Welcome screen.">
View accounts
</message>
<!-- TPM firmware auto-update notifications -->
......
6ed62dc96bff7ef0b0a7eddc3552dde101bdf11d
\ No newline at end of file
19ffbc3968fe63257627287ffa342e424c7c1cfc
\ No newline at end of file
6ed62dc96bff7ef0b0a7eddc3552dde101bdf11d
\ No newline at end of file
43b13f274f906c3b0e2aca792cc286b883b73c05
\ No newline at end of file
6ed62dc96bff7ef0b0a7eddc3552dde101bdf11d
\ No newline at end of file
......@@ -41,7 +41,8 @@ AccountManagerWelcomeUI::AccountManagerWelcomeUI(content::WebUI* web_ui)
l10n_util::GetStringFUTF16(
IDS_ACCOUNT_MANAGER_WELCOME_TEXT,
base::ASCIIToUTF16(kAccountManagerLearnMoreURL)));
html_source->AddLocalizedString("okButton", IDS_APP_OK);
html_source->AddLocalizedString("okButton",
IDS_ACCOUNT_MANAGER_WELCOME_BUTTON);
// Add required resources.
html_source->AddResourcePath("account_manager_welcome.css",
......
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