Skip to content

Commit

Permalink
chore: change contextualbar title
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Oct 8, 2024
1 parent 1307656 commit 310b540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ContactHistoryMessagesList = ({ chatId, onClose, onOpenRoom }: ContactHist
<>
<ContextualbarHeader>
<ContextualbarIcon name='history' />
<ContextualbarTitle>{t('Chat_History')}</ContextualbarTitle>
<ContextualbarTitle>{t('Conversation')}</ContextualbarTitle>
<ContextualbarClose onClick={onClose} />
</ContextualbarHeader>

Expand Down

0 comments on commit 310b540

Please sign in to comment.