You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2023/05/30 02:34:45 UTC

[dolphinscheduler-website] branch master updated: Update index.jsx (#901)

This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e112dedb9 Update index.jsx (#901)
3e112dedb9 is described below

commit 3e112dedb92476ca5c19e2b4154a314903ed0445
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Tue May 30 10:34:40 2023 +0800

    Update index.jsx (#901)
---
 src/components/Footer/index.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Footer/index.jsx b/src/components/Footer/index.jsx
index 8e1c01abde..5cc0c28fd4 100644
--- a/src/components/Footer/index.jsx
+++ b/src/components/Footer/index.jsx
@@ -85,7 +85,7 @@ const Footer = () => {
               </Space>
             </div>
             <div className="footer-email">
-              {`${t("email")}: user-subscribe@dolphinscheduler.apache.org`}
+              {`${t("email")}: users-subscribe@dolphinscheduler.apache.org`}
             </div>
           </div>
         </div>