refactor(ui): Update linked question UI text

This commit is contained in:
robin
2024-10-12 10:43:18 +08:00
parent fe60e5e5db
commit dc41218cee
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1362,6 +1362,7 @@ ui:
answers: answers
linked_question:
title: Linked Questions
description: Questions linked to
no_linked_question: No questions linked from this question.
invite_to_answer:
title: Invite People
+2 -2
View File
@@ -72,9 +72,9 @@ const LinkedQuestions: FC = () => {
return (
<Row className="pt-4 mb-5">
<Col className="page-main flex-auto">
<h3 className="mb-3">Linked Questions</h3>
<h3 className="mb-3">{t('title')}</h3>
<div className="mb-5">
Questions linked to/from&nbsp;
{t('description')}&nbsp;
<a href={`/questions/${qid}`}>{questionTitle}</a>
</div>
<QuestionList