diff --git a/module/company/css/dynamic.css b/module/company/css/dynamic.css
index e2f2ec0377..6d32094c66 100644
--- a/module/company/css/dynamic.css
+++ b/module/company/css/dynamic.css
@@ -3,3 +3,5 @@
#featurebar ul.nav > li .chosen-container a.chosen-single div{top:-8px;}
#featurebar ul.nav > li.active .chosen-container a.chosen-single{font-weight:bold}
#featurebar ul.nav > li .chosen-container .chosen-drop {min-width: 300px;!important}
+#featurebar .nav > li > .chosen-container-single{top:-1px!important}
+.chosen-container-single .chosen-single div{padding: 6px 22px!important}
diff --git a/module/mail/lang/en.php b/module/mail/lang/en.php
index 2508e0daaa..3ca09b5210 100755
--- a/module/mail/lang/en.php
+++ b/module/mail/lang/en.php
@@ -80,5 +80,9 @@ $lang->mail->sendCloudHelp = <<
3、Email时,Notice SendCloudContact里面的昵称要跟Email一致,否则无法成功Email。可以到[同步Contact]页面,将ZenTaoUser同步到SendCloudContact中
EOD; -$lang->mail->sendCloudSuccess = '操作成功'; -$lang->mail->closeSendCloud = '关闭发送'; +$lang->mail->sendCloudSuccess = 'Success'; +$lang->mail->closeSendCloud = 'Close sendcloud'; +$lang->mail->addressWhiteList = 'Please add the email to the whilte list on email server to avoid be treated as spam'; + +$lang->mail->placeholder = new stdclass(); +$lang->mail->placeholder->password = 'Some mail needs to fill in the auth code, specific to the mailbox related settings query.'; diff --git a/module/mail/lang/zh-cn.php b/module/mail/lang/zh-cn.php index 81ba400aba..00b08f6769 100755 --- a/module/mail/lang/zh-cn.php +++ b/module/mail/lang/zh-cn.php @@ -82,3 +82,7 @@ $lang->mail->sendCloudHelp = <<