Skip to content

Commit b41f3c5

Browse files
committed
typo
1 parent d3807e7 commit b41f3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/MailResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ private static function getResendForm(): array
443443
->rules(['nullable', 'email:rfc,dns']),
444444
TagsInput::make('bcc')
445445
->placeholder(__('Recipient(s)'))
446-
->label(__('BCC')
446+
->label(__('BCC'))
447447
->rules(['nullable', 'email:rfc,dns']),
448448
];
449449
}

0 commit comments

Comments
 (0)