diff --git a/src/components/right/EditTopic.tsx b/src/components/right/EditTopic.tsx index 50b2d3a17..d21d9f7c6 100644 --- a/src/components/right/EditTopic.tsx +++ b/src/components/right/EditTopic.tsx @@ -125,8 +125,8 @@ const EditTopic: FC = ({ {!topic && } {topic && ( <> -
- {lang('CreateTopicTitle')} +
+ {lang(isGeneral ? 'CreateGeneralTopicTitle' : 'CreateTopicTitle')}