Skip to content

Commit ebd4130

Browse files
committed
fix: typos in messages in Language/en/Email.php
1 parent d5961a3 commit ebd4130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/Language/en/Email.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
'noFrom' => 'Cannot send mail with no "From" header.',
1919
'noRecipients' => 'You must include recipients: To, Cc, or Bcc',
2020
'sendFailurePHPMail' => 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.',
21-
'sendFailureSendmail' => 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.',
22-
'sendFailureSmtp' => 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.',
21+
'sendFailureSendmail' => 'Unable to send email using Sendmail. Your server might not be configured to send mail using this method.',
22+
'sendFailureSmtp' => 'Unable to send email using SMTP. Your server might not be configured to send mail using this method.',
2323
'sent' => 'Your message has been successfully sent using the following protocol: {0}',
2424
'noSocket' => 'Unable to open a socket to Sendmail. Please check settings.',
2525
'noHostname' => 'You did not specify a SMTP hostname.',
2626
'SMTPError' => 'The following SMTP error was encountered: {0}',
27-
'noSMTPAuth' => 'Error: You must assign a SMTP username and password.',
27+
'noSMTPAuth' => 'Error: You must assign an SMTP username and password.',
2828
'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}',
2929
'SMTPAuthUsername' => 'Failed to authenticate username. Error: {0}',
3030
'SMTPAuthPassword' => 'Failed to authenticate password. Error: {0}',

0 commit comments

Comments
 (0)