mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
fixup delete confirmation modals
This commit is contained in:
parent
d88492735a
commit
d98583ea85
@ -236,11 +236,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Modal bind:this={deleteConfirmationModal}>
|
<Modal bind:this={deleteConfirmationModal} title="Delete {$project.title}?">
|
||||||
<svelte:fragment slot="title">
|
|
||||||
Delete {$project.title}?
|
|
||||||
</svelte:fragment>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Are you sure you want to delete the project,
|
Are you sure you want to delete the project,
|
||||||
<span class="font-bold text-white">{$project.title}</span>? This can’t be undone.
|
<span class="font-bold text-white">{$project.title}</span>? This can’t be undone.
|
||||||
|
@ -257,9 +257,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Modal bind:this={deleteConfirmationModal}>
|
<Modal bind:this={deleteConfirmationModal} title="Delete all local data?">
|
||||||
<svelte:fragment slot="title">Delete all local data?</svelte:fragment>
|
|
||||||
|
|
||||||
<p>Are you sure you want to delete all local data? This can’t be undone.</p>
|
<p>Are you sure you want to delete all local data? This can’t be undone.</p>
|
||||||
|
|
||||||
<svelte:fragment slot="controls" let:close>
|
<svelte:fragment slot="controls" let:close>
|
||||||
|
Loading…
Reference in New Issue
Block a user