Skip to content

Commit

Permalink
fixup! fix(dav): Parse sender PARTSTAT in REPLYs
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Apr 11, 2023
1 parent 6e38aea commit 5bc6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/templates/settings/admin/additional-mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/** @var array $_ */

$mail_smtpauthtype = [
'LOGIN' => $l->t('LOGIN')
'LOGIN' => $l->t('Login')
];

$mail_smtpsecure = [
Expand Down

0 comments on commit 5bc6a41

Please sign in to comment.