Skip to content

Commit 2165c93

Browse files
authored
Update Observer/RecommendSettings.php
1 parent 28484f1 commit 2165c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Observer/RecommendSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function validateFrequentlyBroughtTogether(string $changedPath): void
102102
$recommendations = $this->recommendManagement->getBoughtTogetherRecommendation($this->getProductId());
103103
if (empty($recommendations['renderingContent'])) {
104104
throw new LocalizedException(__(
105-
"It appears that there is no trained model available for the AppID: %1.",
105+
"It appears that there is no trained model available for Algolia application ID %1.",
106106
$this->configHelper->getApplicationID()
107107
));
108108
}

0 commit comments

Comments
 (0)