Skip to content

Commit f8c0e45

Browse files
authored
Merge pull request #42 from JiGuoDing/master
docs: Update homepage project description from "Sandbox project" to Incubating project"
2 parents 15f5a57 + 14d31fa commit f8c0e45

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

i18n/zh/code.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,14 @@
314314
"description": "The unlisted content banner message"
315315
},
316316
"Fluid is a": {
317-
"message": "Fluid是"
317+
"message": "Fluid 是"
318318
},
319319
"Sandbox project": {
320320
"message": "的沙箱项目之一"
321321
},
322+
"Incubating project": {
323+
"message": "的孵化项目之一"
324+
},
322325
"Download": {
323326
"message": "下载"
324327
},

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function Home() {
6666
<div className={clsx('hero', styles.hero)}>
6767
<div className="container text--center">
6868
<h3 className="hero__subtitle">
69-
<Translate>Fluid is a</Translate> <a href="https://cncf.io/">CNCF (Cloud Native Computing Foundation)</a> <Translate>Sandbox project</Translate>
69+
<Translate>Fluid is a</Translate> <a href="https://cncf.io/">CNCF (Cloud Native Computing Foundation)</a> <Translate>Incubating project</Translate>
7070
</h3>
7171
<div className={clsx('cncf-logo', styles.cncfLogo)} />
7272
</div>

0 commit comments

Comments
 (0)