refactor(ui): Update linked question UI text
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{t('description')}
|
||||
<a href={`/questions/${qid}`}>{questionTitle}</a>
|
||||
</div>
|
||||
<QuestionList
|
||||
|
||||
Reference in New Issue
Block a user