This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 6a6764f7830 [fix]Fix Typo of Home & Learning Path & User Stories Page
(#284)
6a6764f7830 is described below
commit 6a6764f7830660f9131391ef74d95e9a24841e78
Author: KassieZ <[email protected]>
AuthorDate: Mon Aug 7 16:13:34 2023 +0800
[fix]Fix Typo of Home & Learning Path & User Stories Page (#284)
---
src/pages/index.tsx | 2 +-
src/pages/learning/index.tsx | 2 +-
src/pages/users/index.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 979b9f1617a..de3c2129198 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
},
];
const banner = {
- title: <Translate id="homepage.banner.title">Real-Time Analysis Makes
the Future</Translate>,
+ title: <Translate id="homepage.banner.title">Real-Time Analytics Makes
the Future</Translate>,
subTitle: (
<Translate id="homepage.banner.subTitle">
Apache Doris is a new-generation open-source real-time data
warehouse based on MPP architecture, with
diff --git a/src/pages/learning/index.tsx b/src/pages/learning/index.tsx
index 16a2d24745f..21b880d638d 100644
--- a/src/pages/learning/index.tsx
+++ b/src/pages/learning/index.tsx
@@ -297,7 +297,7 @@ export default function Learning(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
- title={translate({ id: 'sitemap.title', message: 'SiteMap' })}
+ title={translate({ id: 'sitemap.title', message: 'Learning Path'
})}
description={translate({
id: 'sitemap.subTitle',
message: '',
diff --git a/src/pages/users/index.tsx b/src/pages/users/index.tsx
index 73300683b5b..66afb5db2c1 100644
--- a/src/pages/users/index.tsx
+++ b/src/pages/users/index.tsx
@@ -108,7 +108,7 @@ export default function Users(): JSX.Element {
}
return (
<Layout
- title={translate({ id: 'users.title', message: 'User Storeis' })}
+ title={translate({ id: 'users.title', message: 'User Stories' })}
description={translate({
id: 'homepage.banner.subTitle',
message: 'An easy-to-use, high-performance and unified
analytical database',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]