Skip to content

Commit 99462cb

Browse files
damcoucammonro
andauthored
Update Model/Config/EnableQueueComment.php
Co-authored-by: Eric Wright <[email protected]>
1 parent d5c7d00 commit 99462cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/EnableQueueComment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function getCommentText($elementValue)
1515
{
1616
$url = $this->urlInterface->getUrl('algolia_algoliasearch/queue/index');
1717

18-
return 'If enabled, all indexing operations (add, remove & update operations) will be done asynchronously using the CRON mechanism.<br><br/> Go to <a href="' . $url . '">Indexing Queue</a>. <br/>
18+
return 'If enabled, all indexing operations (add, remove & update operations) will be done asynchronously using the cron mechanism.<br><br/> Go to <a href="' . $url . '">Indexing Queue</a>. <br/>
1919
<span class="algolia-config-warning">&#9888;</span> Enabling this option is recommended in production or if your store has a lot of products. ';
2020
}
2121
}

0 commit comments

Comments
 (0)