mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 01:51:57 +03:00
fix: in series delete confirmation modal show correct seriesName
This commit is contained in:
parent
2005e04346
commit
c5c54b672f
@ -149,8 +149,8 @@
|
||||
}
|
||||
}}
|
||||
>
|
||||
{#snippet children(branch)}
|
||||
Are you sure you want to delete <code class="code-string">{branch.name}</code>?
|
||||
{#snippet children()}
|
||||
Are you sure you want to delete <code class="code-string">{headName}</code>?
|
||||
{/snippet}
|
||||
{#snippet controls(close)}
|
||||
<Button style="ghost" outline onclick={close}>Cancel</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user