feat: Improve hunk poisoning message in FileDiff.svelte

This commit is contained in:
Kiril Videlov 2024-07-16 15:14:48 +02:00
parent b2db0ca653
commit fc622e60a6
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -66,7 +66,7 @@
</div>
{/if}
{#if section.hunk.poisoned}
can not manage this hunk (depends on changes multiple branches)
Can not manage this hunk because it depends on changes from multiple branches
{/if}
</div>
<HunkViewer