fix: use correct description when leaving a closed group

pull/3206/head
Audric Ackermann 8 months ago
parent 93f2171155
commit 0a1806a37b
No known key found for this signature in database

@ -341,7 +341,7 @@ export async function showLeaveGroupByConvoId(conversationId: string, name: stri
updateConfirmModal({
title: window.i18n('groupLeave'),
i18nMessage: {
token: 'groupLeaveDescriptionAdmin',
token: 'groupDeleteDescription',
args: { group_name: name ?? '' },
},
onClickOk,

Loading…
Cancel
Save