mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
improvement(chat): rename "Branch in new chat" to "Fork in new chat" (#6417)
This commit is contained in:
@@ -229,7 +229,7 @@ export const MessageActions = memo(function MessageActions({
|
||||
<Tooltip.Trigger asChild>
|
||||
<button
|
||||
type='button'
|
||||
aria-label='Branch in new chat'
|
||||
aria-label='Fork in new chat'
|
||||
onClick={handleFork}
|
||||
disabled={forkChat.isPending}
|
||||
className={cn(BUTTON_CLASS, forkChat.isPending && 'cursor-not-allowed opacity-50')}
|
||||
@@ -237,7 +237,7 @@ export const MessageActions = memo(function MessageActions({
|
||||
<Split className={cn(ICON_CLASS, 'rotate-90')} />
|
||||
</button>
|
||||
</Tooltip.Trigger>
|
||||
<Tooltip.Content side='top'>Branch in new chat</Tooltip.Content>
|
||||
<Tooltip.Content side='top'>Fork in new chat</Tooltip.Content>
|
||||
</Tooltip.Root>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user