Skip to content

Commit

Permalink
Fix AddChat title to 'menu_new_group' (#4129)
Browse files Browse the repository at this point in the history
- resolves #4126

Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
  • Loading branch information
maxphilippov and Simon-Laux committed Sep 14, 2024
1 parent 33edc07 commit c771c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- dev: update `./bin/update_background_thumbnails.sh` script
- fix chatlist image thumbnails #4101
- fix: spacing around avatars in reaction details dialog #4114
- fix: wrong translation string for new group creation #4126
- fix: packaging: windows 64bit and 32bit releases now have different filenames, bring back 64bit windows releases. #4131

<a id="1_46_8"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function CreateChat(props: DialogProps) {
{viewMode == 'main' && <CreateChatMain {...{ setViewMode, onClose }} />}
{viewMode == 'createGroup' && (
<>
<DialogHeader title={tx('clone_chat')} />
<DialogHeader title={tx('menu_new_group')} />
<CreateGroup {...{ setViewMode, onClose }} />
</>
)}
Expand Down

0 comments on commit c771c5d

Please sign in to comment.