Skip to content

Commit dae217e

Browse files
committed
Removed emoji's completely
1 parent b2f639b commit dae217e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Updater/Catalog/Category/UrlKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333
$storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER;
3434

3535
if ($this->metaStorage->isRefreshing($storageIdentifier)) {
36-
$errorMsg = __('We are already refreshing the category url key\'s, just have a little patience').' 🙂';
36+
$errorMsg = __('We are already refreshing the category url key\'s, just have a little patience');
3737

3838
$this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg);
3939
throw new AlreadyRefreshingException($errorMsg);

Updater/Catalog/Category/UrlPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333
$storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER;
3434

3535
if ($this->metaStorage->isRefreshing($storageIdentifier)) {
36-
$errorMsg = __('We are already refreshing the category url path\'s, just have a little patience').' 🙂';
36+
$errorMsg = __('We are already refreshing the category url path\'s, just have a little patience');
3737

3838
$this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg);
3939
throw new AlreadyRefreshingException($errorMsg);

Updater/Catalog/Product/UrlKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333
$storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER;
3434

3535
if ($this->metaStorage->isRefreshing($storageIdentifier)) {
36-
$errorMsg = __('We are already refreshing the product url key\'s, just have a little patience').' 🙂';
36+
$errorMsg = __('We are already refreshing the product url key\'s, just have a little patience');
3737

3838
$this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg);
3939
throw new AlreadyRefreshingException($errorMsg);

Updater/Catalog/Product/UrlPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333
$storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER;
3434

3535
if ($this->metaStorage->isRefreshing($storageIdentifier)) {
36-
$errorMsg = __('We are already refreshing the product url path\'s, just have a little patience').' 🙂';
36+
$errorMsg = __('We are already refreshing the product url path\'s, just have a little patience');
3737

3838
$this->metaStorage->setErrorMessage($storageIdentifier, (string) $errorMsg);
3939
throw new AlreadyRefreshingException($errorMsg);

0 commit comments

Comments
 (0)