Skip to content

Commit

Permalink
Merge pull request #5852 from gitbutlerapp/Update-PR-creation-termino…
Browse files Browse the repository at this point in the history
…logy

Update PR creation terminology to be consistent
  • Loading branch information
Caleb-T-Owens authored Dec 18, 2024
2 parents 91524f7 + eebe83c commit 1b13402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/lib/pr/PrDetailsModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
onclick={async () => await handleCreatePR(close)}
>
{pushBeforeCreate ? 'Push & ' : ''}
{$createDraft ? 'Create pull request draft' : `Create pull request`}
{$createDraft ? 'Create draft pull request' : `Create pull request`}

{#snippet contextMenuSlot()}
<ContextMenuSection>
Expand Down

0 comments on commit 1b13402

Please sign in to comment.