diff --git a/Updater/Catalog/Category/UrlKey.php b/Updater/Catalog/Category/UrlKey.php index 5464052..0f80660 100644 --- a/Updater/Catalog/Category/UrlKey.php +++ b/Updater/Catalog/Category/UrlKey.php @@ -33,7 +33,7 @@ public function refresh(string $initiator): array $storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER; if ($this->metaStorage->isRefreshing($storageIdentifier)) { - $errorMsg = __('We are already refreshing the category url key\'s, just have a little patience').' 🙂'; + $errorMsg = __('We are already refreshing the category url key\'s, just have a little patience'); $this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg); throw new AlreadyRefreshingException($errorMsg); diff --git a/Updater/Catalog/Category/UrlPath.php b/Updater/Catalog/Category/UrlPath.php index 60d0128..05de3c5 100644 --- a/Updater/Catalog/Category/UrlPath.php +++ b/Updater/Catalog/Category/UrlPath.php @@ -33,7 +33,7 @@ public function refresh(string $initiator): array $storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER; if ($this->metaStorage->isRefreshing($storageIdentifier)) { - $errorMsg = __('We are already refreshing the category url path\'s, just have a little patience').' 🙂'; + $errorMsg = __('We are already refreshing the category url path\'s, just have a little patience'); $this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg); throw new AlreadyRefreshingException($errorMsg); diff --git a/Updater/Catalog/Product/UrlKey.php b/Updater/Catalog/Product/UrlKey.php index 9998f0f..5c76f82 100644 --- a/Updater/Catalog/Product/UrlKey.php +++ b/Updater/Catalog/Product/UrlKey.php @@ -33,7 +33,7 @@ public function refresh(string $initiator): array $storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER; if ($this->metaStorage->isRefreshing($storageIdentifier)) { - $errorMsg = __('We are already refreshing the product url key\'s, just have a little patience').' 🙂'; + $errorMsg = __('We are already refreshing the product url key\'s, just have a little patience'); $this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg); throw new AlreadyRefreshingException($errorMsg); diff --git a/Updater/Catalog/Product/UrlPath.php b/Updater/Catalog/Product/UrlPath.php index 5dc5aca..4ddad73 100644 --- a/Updater/Catalog/Product/UrlPath.php +++ b/Updater/Catalog/Product/UrlPath.php @@ -33,7 +33,7 @@ public function refresh(string $initiator): array $storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER; if ($this->metaStorage->isRefreshing($storageIdentifier)) { - $errorMsg = __('We are already refreshing the product url path\'s, just have a little patience').' 🙂'; + $errorMsg = __('We are already refreshing the product url path\'s, just have a little patience'); $this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg); throw new AlreadyRefreshingException($errorMsg);