mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
Fix branch change copy
- shoud say you've switched _away_ from gitbutler/integration
This commit is contained in:
parent
7ad9caa5bd
commit
2fcc03e939
@ -50,7 +50,9 @@
|
||||
<div class="text-color-3 flex h-full w-full items-center justify-center">
|
||||
{#if $branchesError$.code === Code.ProjectHead}
|
||||
<div class="flex max-w-xl flex-col justify-center gap-y-3 p-4 text-center">
|
||||
<h2 class="text-lg font-semibold">Looks like you've switched from gitbutler/integration</h2>
|
||||
<h2 class="text-lg font-semibold">
|
||||
Looks like you've switched away from gitbutler/integration
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Due to GitButler managing multiple virtual branches, you cannot switch back and forth
|
||||
|
Loading…
Reference in New Issue
Block a user