You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Helper/Configuration/NoticeHelper.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ protected function getPersonalizationNotice()
236
236
switch ($personalizationStatus) {
237
237
// Activated
238
238
case2: $warningContent = 'Personalization is based on actions a user has performed in the past. We help you collect some of the data automatically.</br>
239
-
After you\'ve collected a reasonable amount of data, Personlization can be applied.';
239
+
After you\'ve collected a reasonable amount of data, Personalization can be applied.';
240
240
$icon = 'icon-warning';
241
241
242
242
break;
@@ -262,7 +262,7 @@ protected function getPersonalizationNotice()
0 commit comments