Skip to content

Commit fd5680a

Browse files
authored
Merge pull request #1767 from algolia/fix/MAGE-1345-typo-personalization
MAGE-1345: fix personalization typo
2 parents 394e986 + 1f3c382 commit fd5680a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helper/Configuration/NoticeHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ protected function getPersonalizationNotice()
236236
switch ($personalizationStatus) {
237237
// Activated
238238
case 2: $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.';
240240
$icon = 'icon-warning';
241241

242242
break;
@@ -262,7 +262,7 @@ protected function getPersonalizationNotice()
262262
];
263263

264264
// Adding footer
265-
$footerContent = '<div class="algolia-perso-footer"><br/><h2>Personlization preferences</h2>
265+
$footerContent = '<div class="algolia-perso-footer"><br/><h2>Personalization preferences</h2>
266266
<p>Manage your Personalization further on the <a href="https://www.algolia.com/dashboard" target="_blank`">Algolia Dashboard</a></p></div>';
267267

268268
$this->notices[] = [

0 commit comments

Comments
 (0)