fix: user mail list error (#897)

diff --git a/public/locales/en-us.json b/public/locales/en-us.json
index e60331e..853d701 100644
--- a/public/locales/en-us.json
+++ b/public/locales/en-us.json
@@ -50,7 +50,7 @@
   "features_4_desc": "Support custom task types, Distributed scheduling, and the overall scheduling capability will increase linearly with the scale of the cluster",
   "learn_more": "Learn more",
   "stay_connect_with_dolphinScheduler": "Stay Connect with DolphinScheduler",
-  "subscribe_tips": "Send an email to user-subscribe@dolphinscheduler.apache.org with any subject and content to subscribe and keep up-to-date with the community",
+  "subscribe_tips": "Send an email to users-subscribe@dolphinscheduler.apache.org with any subject and content to subscribe and keep up-to-date with the community",
   "email_to": "Email to",
   "select_version": "Select Version",
   "content": "Content",
diff --git a/public/locales/zh-cn.json b/public/locales/zh-cn.json
index 12bd4d3..518a328 100644
--- a/public/locales/zh-cn.json
+++ b/public/locales/zh-cn.json
@@ -50,7 +50,7 @@
   "features_4_desc": "支持自定义任务类型,调度器使用分布式调度,调度能力随集群线性增长,Master和Worker支持动态上下线",
   "learn_more": "查看更多",
   "stay_connect_with_dolphinScheduler": "与DolphinScheduler保持联系",
-  "subscribe_tips": "给user-subscribe@dolphinscheduler.apache.org发一封任何内容的邮件订阅Dolphinscheduler,了解社区的最新进展",
+  "subscribe_tips": "给users-subscribe@dolphinscheduler.apache.org发一封任何内容的邮件订阅Dolphinscheduler,了解社区的最新进展",
   "email_to": "发送邮件",
   "select_version": "选择版本",
   "content": "内容",
diff --git a/src/components/footer/index.jsx b/src/components/footer/index.jsx
index 8e1c01a..5cc0c28 100644
--- a/src/components/footer/index.jsx
+++ b/src/components/footer/index.jsx
@@ -85,7 +85,7 @@
               </Space>
             </div>
             <div className="footer-email">
-              {`${t("email")}: user-subscribe@dolphinscheduler.apache.org`}
+              {`${t("email")}: users-subscribe@dolphinscheduler.apache.org`}
             </div>
           </div>
         </div>
diff --git a/src/views/Community/index.jsx b/src/views/Community/index.jsx
index 3d2a2ff..1a5d564 100644
--- a/src/views/Community/index.jsx
+++ b/src/views/Community/index.jsx
@@ -140,7 +140,7 @@
                 rel="noreferrer"
                 className="community-contact-mail-link"
               >
-                user-subscribe@dolphinscheduler.apache.org
+                users-subscribe@dolphinscheduler.apache.org
               </a>{" "}
               <span>{t("email_tips")}</span>
             </div>