diff --git a/apps/desktop/src/lib/branch/StackingSeriesHeader.svelte b/apps/desktop/src/lib/branch/StackingSeriesHeader.svelte index 1b4266438..003c58f9b 100644 --- a/apps/desktop/src/lib/branch/StackingSeriesHeader.svelte +++ b/apps/desktop/src/lib/branch/StackingSeriesHeader.svelte @@ -221,10 +221,10 @@
{#snippet title()} - This is an empty series + This is an empty branch {/snippet} {#snippet caption()} - All your commits will land here + Create or drag and drop commits here {/snippet}
diff --git a/apps/desktop/src/lib/branch/StackingSeriesHeaderContextMenu.svelte b/apps/desktop/src/lib/branch/StackingSeriesHeaderContextMenu.svelte index 0a4e62900..5604b61c1 100644 --- a/apps/desktop/src/lib/branch/StackingSeriesHeaderContextMenu.svelte +++ b/apps/desktop/src/lib/branch/StackingSeriesHeaderContextMenu.svelte @@ -73,7 +73,7 @@ /> {#if $aiGenEnabled && aiConfigurationValid && !disableTitleEdit} { onGenerateBranchName(); contextMenuEl?.close(); @@ -121,7 +121,7 @@ { if (newHeadName && newHeadName !== headName) { @@ -140,7 +140,7 @@ { try {