There was an error while loading. Please reload this page.
1 parent 8a224be commit 6c6d8a5Copy full SHA for 6c6d8a5
1 file changed
apps/sim/app/workspace/[workspaceId]/components/message-actions/message-actions.tsx
@@ -229,15 +229,15 @@ export const MessageActions = memo(function MessageActions({
229
<Tooltip.Trigger asChild>
230
<button
231
type='button'
232
- aria-label='Branch in new chat'
+ aria-label='Fork in new chat'
233
onClick={handleFork}
234
disabled={forkChat.isPending}
235
className={cn(BUTTON_CLASS, forkChat.isPending && 'cursor-not-allowed opacity-50')}
236
>
237
<Split className={cn(ICON_CLASS, 'rotate-90')} />
238
</button>
239
</Tooltip.Trigger>
240
- <Tooltip.Content side='top'>Branch in new chat</Tooltip.Content>
+ <Tooltip.Content side='top'>Fork in new chat</Tooltip.Content>
241
</Tooltip.Root>
242
)}
243
</div>
0 commit comments