From 7bce72dd8ffc5a1e072d9d51cd4e40ede7258d3d Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 07 Apr 2016 12:26:40 -0400 Subject: [PATCH] Fixed: Issue #3693 Choose better default customer numbers for clients of resellers. --- interface/web/mailuser/lib/lang/bg_mail_user_cc.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/mailuser/lib/lang/bg_mail_user_cc.lng b/interface/web/mailuser/lib/lang/bg_mail_user_cc.lng index dc2165a..8187788 100644 --- a/interface/web/mailuser/lib/lang/bg_mail_user_cc.lng +++ b/interface/web/mailuser/lib/lang/bg_mail_user_cc.lng @@ -4,4 +4,6 @@ $wb['email_txt'] = 'Email'; $wb['cc_error_isemail'] = 'Email address invalid in -Send copy to- field'; $wb['email_is_cc_error'] = 'Email address and send copy to address can not be the same.'; +$wb['name_optional_txt'] = '(Optional)'; +$wb['cc_note_txt'] = '(Separate multiple email addresses with commas)'; ?> -- Gitblit v1.9.1