mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
feat: Improve hunk poisoning message in FileDiff.svelte
This commit is contained in:
parent
b2db0ca653
commit
fc622e60a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user