mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Wording
This commit is contained in:
@@ -273,7 +273,7 @@ function ChatDrawerItem(props: {
|
||||
</Tooltip>
|
||||
)}
|
||||
|
||||
<Tooltip disableInteractive title={deleteArmed ? 'Cancel' : 'Delete?'}>
|
||||
<Tooltip disableInteractive title={deleteArmed ? 'Cancel' : 'Delete Chat'}>
|
||||
<FadeInButton key='btn-arm' size='sm' onClick={deleteArmed ? handleDeleteButtonHide : handleDeleteButtonShow} sx={deleteArmed ? { opacity: 1 } : {}}>
|
||||
{deleteArmed ? <CloseIcon /> : <DeleteOutlineIcon />}
|
||||
</FadeInButton>
|
||||
|
||||
Reference in New Issue
Block a user