This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new af3014965ac fix
af3014965ac is described below
commit af3014965ac694cd108dc2fff1fa062ad8685d1a
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed Sep 14 14:18:31 2022 +0800
fix
---
i18n/zh-CN/code.json | 2 +-
src/pages/download/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index 034bf8c1237..0c2a2b3424a 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -760,6 +760,6 @@
"message": "从这里开启您的 Apache Doris 之旅,与 Apache Doris 一起发现无限可能"
},
"download.quick.download.version.tips": {
- "message": "apache-doris-1.1.1-bin-x86-noavx2 版本暂不提供下载,我们会在进行更新。"
+ "message": "apache-doris-1.1.2-bin-x86-noavx2 版本暂不提供下载,我们会在进行更新。"
}
}
\ No newline at end of file
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index b9b6e2d7563..3d708136196 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -191,7 +191,7 @@ export default function Download(): JSX.Element {
</div>
<div className="intr tips">
<Translate
id="download.quick.download.version.tips">
- The apache-doris-1.1.1-bin-x86-noavx2 version
is not currently available for download,
+ The apache-doris-1.1.2-bin-x86-noavx2 version
is not currently available for download,
we will update it soon.
</Translate>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]