Skip to content

Commit 6c6d8a5

Browse files
authored
improvement(chat): rename "Branch in new chat" to "Fork in new chat" (#6417)
1 parent 8a224be commit 6c6d8a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/components/message-actions/message-actions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ export const MessageActions = memo(function MessageActions({
229229
<Tooltip.Trigger asChild>
230230
<button
231231
type='button'
232-
aria-label='Branch in new chat'
232+
aria-label='Fork in new chat'
233233
onClick={handleFork}
234234
disabled={forkChat.isPending}
235235
className={cn(BUTTON_CLASS, forkChat.isPending && 'cursor-not-allowed opacity-50')}
236236
>
237237
<Split className={cn(ICON_CLASS, 'rotate-90')} />
238238
</button>
239239
</Tooltip.Trigger>
240-
<Tooltip.Content side='top'>Branch in new chat</Tooltip.Content>
240+
<Tooltip.Content side='top'>Fork in new chat</Tooltip.Content>
241241
</Tooltip.Root>
242242
)}
243243
</div>

0 commit comments

Comments
 (0)