|
|
@ -275,9 +275,7 @@ export const OverlayRightPanelSettings = () => {
|
|
|
|
lastMessage?.interactionStatus === ConversationInteractionStatus.Error
|
|
|
|
lastMessage?.interactionStatus === ConversationInteractionStatus.Error
|
|
|
|
? window.i18n('conversationsDelete')
|
|
|
|
? window.i18n('conversationsDelete')
|
|
|
|
: isKickedFromGroup
|
|
|
|
: isKickedFromGroup
|
|
|
|
? window.i18n('groupRemovedYou', {
|
|
|
|
? window.i18n('groupDelete')
|
|
|
|
group_name: selectedUsername || window.i18n('groupUnknown'),
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
: window.i18n('groupLeave');
|
|
|
|
: window.i18n('groupLeave');
|
|
|
|
|
|
|
|
|
|
|
|
const showUpdateGroupNameButton = isGroup && weAreAdmin && !commonNoShow; // legacy groups non-admin cannot change groupname anymore
|
|
|
|
const showUpdateGroupNameButton = isGroup && weAreAdmin && !commonNoShow; // legacy groups non-admin cannot change groupname anymore
|
|
|
|