refactor(Dashboard): Feedback Change to Support

This commit is contained in:
haitao(lj) 2022-12-26 10:18:07 +08:00
parent 7085cfa7ed
commit feddfffdde
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>