Skip to content

Commit

Permalink
Update email-log.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sitenzo authored Dec 15, 2023
1 parent 1f6f4b3 commit ea2dee6
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions resources/lang/en/email-log.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<?php

return [
'group' => null,
'label' => 'E-Mail Log',
// Page
'group' => null,
'label' => 'E-Mail Log',

// Form
'created_at' => 'Created at',
'cc' => 'CC',
'bcc' => 'BCC',

// Table
'preview' => 'Preview',
'send_again' => 'Send Again',
'created_at' => 'Date and time sent',

// Form and Table
'from' => 'From',
'to' => 'To',
'subject' => 'Subject',

// notifications
'e-mail-has-been-successfully-sent' => 'E-mail has been successfully sent',
'something-went-wrong' => 'Something went wrong'
];

0 comments on commit ea2dee6

Please sign in to comment.