Skip to content

Commit 7c135ff

Browse files
committed
AC-86: Update language for data collection opt-in messaging for 2.4.4
- Updated opt-in text
1 parent f45fe09 commit 7c135ff

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/layout/adminhtml_dashboard_index.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
10+
<head>
11+
<css src="Magento_AdminAnalytics::css/modal.css" rel="stylesheet" type="text/css" />
12+
</head>
1013
<body>
1114
<referenceContainer name="content">
1215
<uiComponent name="admin_usage_notification">
@@ -19,4 +22,4 @@
1922
</block>
2023
</referenceContainer>
2124
</body>
22-
</page>
25+
</page>

app/code/Magento/AdminAnalytics/view/adminhtml/ui_component/admin_usage_notification.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<state>true</state>
5050
<options>
5151
<option name="modalClass" xsi:type="string">admin-usage-notification</option>
52-
<option name="title" xsi:type="string" translate="true">Allow admin usage data collection</option>
52+
<option name="title" xsi:type="string" translate="true">Allow Adobe to collect usage data to improve user experience and offer in-product guidance</option>
5353
<option name="autoOpen" xsi:type="boolean">true</option>
5454
<option name="type" xsi:type="string">popup</option>
5555
<option name="clickableOverlay" xsi:type="boolean">false</option>
@@ -83,9 +83,13 @@
8383
<item name="label" xsi:type="string"/>
8484
<item name="additionalClasses" xsi:type="string">release-notification-text</item>
8585
<item name="text" xsi:type="string" translate="true"><![CDATA[
86-
<p>Help us improve Magento Admin by allowing us to collect usage data.</p>
87-
<p>All usage data that we collect for this purpose cannot be used to individually identify you and is used only to improve the Magento Admin and related products and services.</p>
88-
<p>You can learn more and opt out at any time by following the instructions in <a href="https://docs.magento.com/user-guide/stores/admin.html" target="_blank" tabindex="0">merchant documentation</a>.</p>
86+
<p>By clicking on <b>Allow</b>, you agree that we may collect anonymous usage data from you to:</p>
87+
<ol class="modal_list">
88+
<li>Help us improve the Magento Admin user experience</li>
89+
<li>Provide interactive in-product guidance, such as technical support and tips to improve utilization of the product from within the Admin UI. This may include notifications of new features, product support/guidance, onboarding information, tooltips, and more.</li>
90+
</ol>
91+
<p>All usage data that we collect for this purpose cannot be used to individually identify you and is used only to improve the Magento Admin UI and related products and services.</p>
92+
<p>You can learn more and opt-out at any time by following the instructions in <a href="https://docs.magento.com/user-guide/configuration/advanced/admin.html#admin-usage">merchant documentation</a>.</p>
8993
]]></item>
9094
</item>
9195
</argument>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Copyright © 2015 Magento. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
6+
.modal_list {
7+
margin-left: 0px;
8+
padding-left: 40px;
9+
padding-top: 5px;
10+
}

0 commit comments

Comments
 (0)