mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
feat: Improve hunk poisoning message in FileDiff.svelte
This commit is contained in:
parent
b2db0ca653
commit
fc622e60a6
@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{#if section.hunk.poisoned}
|
{#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}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<HunkViewer
|
<HunkViewer
|
||||||
|
Loading…
Reference in New Issue
Block a user