mirror of https://gitee.com/answerdev/answer.git
fix: lang typo
This commit is contained in:
parent
50f2180426
commit
855747530e
|
@ -10,7 +10,7 @@ const Index = () => {
|
|||
<Trans i18nKey="footer.build_on">
|
||||
Built on
|
||||
<a href="/"> Answer </a>
|
||||
- the open source source software that power knowledge communities.
|
||||
- the open-source software that power Q&A communities.
|
||||
<br />
|
||||
Made with love. © 2022 Answer .
|
||||
</Trans>
|
||||
|
|
|
@ -398,7 +398,7 @@
|
|||
}
|
||||
},
|
||||
"footer": {
|
||||
"build_on": "Build on <1> Answer </1>- the open source source software that power knowledge communities.<br />Made with love. © 2022 Answer."
|
||||
"build_on": "Build on <1> Answer </1>- the open-source software that power Q&A communities.<br />Made with love. © 2022 Answer."
|
||||
},
|
||||
"upload_img": {
|
||||
"name": "Change",
|
||||
|
|
Loading…
Reference in New Issue