Skip to content

Commit

Permalink
Rename from "Shared Chats" into "Related Chats" in the group profile
Browse files Browse the repository at this point in the history
and add a translation string
  • Loading branch information
Simon-Laux committed Sep 28, 2023
1 parent 9b3689c commit 85ac8dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _locales/_untranslated_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
},
"desktop_offer_copy_non_web_link_to_clipboard": {
"message": "The link \"%1$d\" can not be opened in the web browser. Do you want to copy the link to the clipboard instead?"
},
"group_related_chats": {
"message": "Related Chats"
}
}
4 changes: 1 addition & 3 deletions src/renderer/components/dialogs/ViewGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,7 @@ function ViewGroupInner(props: {
{groupName} {chat.isProtected && <InlineVerifiedIcon />}
</p>
</div>
<div className='group-separator'>
{tx('profile_shared_chats')}
</div>
<div className='group-separator'>{tx('group_related_chats')}</div>
<div style={{ marginLeft: '-20px' }}>
<ChatListPart
isRowLoaded={isChatLoaded}
Expand Down

0 comments on commit 85ac8dd

Please sign in to comment.