From 7b51e0dd7ff6cae79e9c88d10cd90689365203de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vasilij=20Du=C5=A1ko?= Date: Sun, 28 Mar 2021 20:00:10 +0300 Subject: [PATCH] Update src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php Co-authored-by: Thibault RICHARD --- .../Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php index 397ac91847..520948d7ea 100644 --- a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php @@ -55,7 +55,7 @@ final class LightSmsTransport extends AbstractTransport '20' => 'The number already exists', '21' => 'No name', '22' => 'Template already exists', - '23' => 'Month not specifies (Format: YYYY-MM)', + '23' => 'Missing Month (Format: YYYY-MM)', '24' => 'Timestamp not specified', '25' => 'Error in access to the list', '26' => 'There are no numbers in the list',