Skip to content

Commit 15cd82e

Browse files
committed
change label
1 parent b41f3c5 commit 15cd82e

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
@@ -434,7 +434,7 @@ private static function getResendForm(): array
434434
return [
435435
TagsInput::make('to')
436436
->placeholder(__('Recipient(s)'))
437-
->label(__('Recipient(s)'))
437+
->label(__('To'))
438438
->required()
439439
->rules(['email:rfc,dns']),
440440
TagsInput::make('cc')

0 commit comments

Comments
 (0)