Fix lang/punctuation in delete dialog

- should have done this in the last commit
This commit is contained in:
Mattias Granlund 2023-10-12 11:50:28 +02:00
parent 5501509671
commit b1008356ab

View File

@ -94,7 +94,7 @@
<Modal bind:this={deleteConfirmationModal} title="Delete {$project?.title}?">
<p>
Are you sure you want to delete the project,
Are you sure you want to delete
<span class="font-bold">{$project?.title}</span>? This cant be undone.
</p>