Skip to content

Commit

Permalink
modify the project description on the home page,from 'sandbox project…
Browse files Browse the repository at this point in the history
…' to 'incubating project' (#111)

Signed-off-by: liuzhenwei <dui_zhang@163.com>
  • Loading branch information
diannaowa committed May 23, 2023
1 parent 11a4a59 commit 81f4fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"OpenKruise is a": {
"message": "OpenKruise 是"
},
"sandbox project": {
"message": " sandbox 项目"
"incubating project": {
"message": " 的孵化项目"
},
".": {
"message": "."
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Home() {

<div className="container text--center">
<h3 className="hero__subtitle">
<Translate>OpenKruise is a</Translate> <a href="https://cncf.io/">Cloud Native Computing Foundation</a> <Translate>sandbox project</Translate>
<Translate>OpenKruise is a</Translate> <a href="https://cncf.io/">Cloud Native Computing Foundation</a> <Translate>incubating project</Translate>
</h3>
<div className={clsx('cncf-logo', styles.cncfLogo)} />
</div>
Expand Down

0 comments on commit 81f4fc3

Please sign in to comment.