Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2

This commit is contained in:
shuai 2022-12-26 10:35:59 +08:00
commit e6a3bb0ed7
2 changed files with 2 additions and 1 deletions

View File

@ -1034,6 +1034,7 @@ ui:
answer_links: Answer Links
documents: Documents
feedback: Feedback
support: Support
review: Review
config: Config
update_to: Update to

View File

@ -16,7 +16,7 @@ const AnswerLinks = () => {
</Col>
<Col xs={6}>
<a href="https://meta.answer.dev" target="_blank" rel="noreferrer">
{t('feedback')}
{t('support')}
</a>
</Col>
</Row>