From ea2dee610733b648ad25295e34e97383defb81b8 Mon Sep 17 00:00:00 2001 From: Tieme Alberts <52133032+sitenzo@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:40:24 +0100 Subject: [PATCH] Update email-log.php --- resources/lang/en/email-log.php | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/email-log.php b/resources/lang/en/email-log.php index ab37866..803d56c 100644 --- a/resources/lang/en/email-log.php +++ b/resources/lang/en/email-log.php @@ -1,6 +1,26 @@ 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' ];