Skip to content

Commit 4dc8369

Browse files
committed
MC-18948: Switch default search engine from MySQL to ElasticSearch
- change disable notice
1 parent 0944fa0 commit 4dc8369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchRemovalNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function apply(): DataPatchInterface
5151
Migrate to an Elasticsearch engine to ensure there are no service interruptions.
5252
MESSAGE;
5353

54-
$this->notifier->addNotice(__('Deprecation Notice'), __($message));
54+
$this->notifier->addNotice(__('Disable Notice'), __($message));
5555
}
5656
return $this;
5757
}

0 commit comments

Comments
 (0)