From 2fcc03e939e3ead7ca8785001407016ff9db451b Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Mon, 8 Jan 2024 14:15:55 +0100 Subject: [PATCH] Fix branch change copy - shoud say you've switched _away_ from gitbutler/integration --- gitbutler-ui/src/routes/[projectId]/+layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitbutler-ui/src/routes/[projectId]/+layout.svelte b/gitbutler-ui/src/routes/[projectId]/+layout.svelte index ebbbe96f0..af59a2d31 100644 --- a/gitbutler-ui/src/routes/[projectId]/+layout.svelte +++ b/gitbutler-ui/src/routes/[projectId]/+layout.svelte @@ -50,7 +50,9 @@
{#if $branchesError$.code === Code.ProjectHead}
-

Looks like you've switched from gitbutler/integration

+

+ Looks like you've switched away from gitbutler/integration +

Due to GitButler managing multiple virtual branches, you cannot switch back and forth