Skip to content

Commit 77a5753

Browse files
authored
Merge pull request #8319 from gitbutlerapp/update-copy
feat(StackTabNew): Simplify branch creation button text
2 parents 2daa50b + 01f3ec0 commit 77a5753

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/desktop/src/components/v3/stackTabs/StackTabNew.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,7 @@
204204
disabled={!createRefName}
205205
loading={isAddingNew}
206206
>
207-
{#if createRefType === 'stack'}
208-
Add new stack
209-
{:else}
210-
Add dependent branch
211-
{/if}
207+
Create branch
212208
</Button>
213209
</div>
214210
</div>

0 commit comments

Comments
 (0)