8000 Update src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTranspo… · symfony/symfony@b0891be · GitHub
[go: up one dir, main page]

Skip to content

Commit b0891be

Browse files
StaffNowat-richard
authored and
Vasilij Dusko | CREATION
committed
Update src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Co-authored-by: Thibault RICHARD <thibault@widop.com>
1 parent 49b4780 commit b0891be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class LightSmsTransport extends AbstractTransport
3333

3434
private const ERROR_CODES = [
3535
'000' => 'Service unavailable',
36-
'1' => 'Signature not specified',
36+
'1' => 'Missing Signature',
3737
'2' => 'Login not specified',
3838
'3' => 'Text not specified',
3939
'4' => 'Phone number not specified',

0 commit comments

Comments
 (0)
0