From d741b7bd6087af5176feee465385d515410863f7 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Fri, 17 Oct 2014 08:25:28 +1100 Subject: [PATCH] Missing language keys --- modules/system/lang/en/lang.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 8d422bd63..35b3e5fcb 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -111,6 +111,10 @@ return [ 'sendmail' => 'Sendmail', 'sendmail_path' => 'Sendmail Path', 'sendmail_path_comment' => 'Please specify the path of the sendmail program.', + 'mailgun_domain' => 'Mailgun Domain', + 'mailgun_domain_comment' => 'Please specify the Mailgun domain name.', + 'mailgun_secret' => 'mailgun_secret', + 'mailgun_domain_secret' => 'Enter your Mailgun API key.', ], 'mail_templates' => [ 'menu_label' => 'Mail templates',