This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new fbe209c9b Home page index (#226)
fbe209c9b is described below
commit fbe209c9bd2e423444b7f473aeda2b16496dd299
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Jul 29 10:56:15 2024 +0800
Home page index (#226)
Update scales to scale
---
src/components/HomePageHeader/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/HomePageHeader/index.tsx
b/src/components/HomePageHeader/index.tsx
index 66ac8131e..7af97438a 100644
--- a/src/components/HomePageHeader/index.tsx
+++ b/src/components/HomePageHeader/index.tsx
@@ -116,7 +116,7 @@ const HomeHead: FC = () => {
br: currentLocale === 'zh-CN' ? <br /> : '',
}}
>
- {"A Q&A platform software for teams at any scales.{br} Whether
it’s a community forum, help center, or knowledge management platform, you can
always count on Answer."}
+ {"A Q&A platform software for teams at any scale.{br} Whether
it’s a community forum, help center, or knowledge management platform, you can
always count on Answer."}
</Translate>
</div>