From f4e45fd0f1d834f638c2124449221eaf323779ce Mon Sep 17 00:00:00 2001 From: tinect Date: Wed, 4 Oct 2023 10:52:47 +0200 Subject: [PATCH] feat: update snippet for performance check that mails are sent over queue (#223) --- .../Health/Checker/PerformanceChecker/MailOverQueueChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Health/Checker/PerformanceChecker/MailOverQueueChecker.php b/src/Components/Health/Checker/PerformanceChecker/MailOverQueueChecker.php index 01a8bab..50005f1 100644 --- a/src/Components/Health/Checker/PerformanceChecker/MailOverQueueChecker.php +++ b/src/Components/Health/Checker/PerformanceChecker/MailOverQueueChecker.php @@ -21,7 +21,7 @@ public function collect(HealthCollection $collection): void $collection->add( SettingsResult::warning( 'mail', - 'Mail sending', + 'Sending mails over queue', 'disabled', 'enabled', 'https://developer.shopware.com/docs/guides/hosting/infrastructure/message-queue#sending-mails-over-the-message-queue'