Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function execute()

$this->messageManager->addSuccessMessage(
__(
'%1 indexer(s) have been updated to "Update by Schedule" mode.
'%1 indexer(s) have been updated to "Update by Schedule" mode.
%2 skipped because there was nothing to change.',
$updatedIndexersCount,
count($indexerIds) - $updatedIndexersCount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function execute()

$this->messageManager->addSuccessMessage(
__(
'%1 indexer(s) have been updated to "Update on Save" mode.
'%1 indexer(s) have been updated to "Update on Save" mode.
%2 skipped because there was nothing to change.',
$updatedIndexersCount,
count($indexerIds) - $updatedIndexersCount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
'title' => __('Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price'),
'note' => __(
'Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price.
<br>Price is not compatible with <b>\'Filterable (no results)\'</b> option -
<br>Price is not compatible with <b>\'Filterable (no results)\'</b> option -
it will make no affect on Price filter.'
),
'values' => [
Expand Down