Group Chat Settings: Add description for history checkbox (#5272)
This commit is contained in:
parent
afe9582b3a
commit
7fd8062f1a
@ -445,6 +445,9 @@ const ManageGroup: FC<OwnProps & StateProps> = ({
|
||||
checked={!chatFullInfo.isPreHistoryHidden}
|
||||
label={lang('ChatHistory')}
|
||||
onChange={handleTogglePreHistory}
|
||||
subLabel={
|
||||
chatFullInfo.isPreHistoryHidden ? lang('ChatHistoryHiddenInfo2') : lang('ChatHistoryVisibleInfo')
|
||||
}
|
||||
disabled={!canBanUsers}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user