From d4162565f8e93a47237cb797a579d191b131c8ca Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 5 Jul 2023 13:15:46 +0200 Subject: [PATCH] Edit Topic: Fix background color for general topic (#3452) --- src/components/right/EditTopic.tsx | 4 ++-- src/components/right/ManageTopic.module.scss | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) 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')}