We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28484f1 commit 2165c93Copy full SHA for 2165c93
Observer/RecommendSettings.php
@@ -102,7 +102,7 @@ protected function validateFrequentlyBroughtTogether(string $changedPath): void
102
$recommendations = $this->recommendManagement->getBoughtTogetherRecommendation($this->getProductId());
103
if (empty($recommendations['renderingContent'])) {
104
throw new LocalizedException(__(
105
- "It appears that there is no trained model available for the AppID: %1.",
+ "It appears that there is no trained model available for Algolia application ID %1.",
106
$this->configHelper->getApplicationID()
107
));
108
}
0 commit comments