From dae217ecf70c2c85843e07428df6d6bc2ce9e277 Mon Sep 17 00:00:00 2001 From: Pieter Hoste Date: Thu, 16 Mar 2023 18:17:13 +0100 Subject: [PATCH] Removed emoji's completely --- Updater/Catalog/Category/UrlKey.php | 2 +- Updater/Catalog/Category/UrlPath.php | 2 +- Updater/Catalog/Product/UrlKey.php | 2 +- Updater/Catalog/Product/UrlPath.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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);