diff --git a/gitbutler-ui/src/lib/components/NotOnGitButlerBranch.svelte b/gitbutler-ui/src/lib/components/NotOnGitButlerBranch.svelte index 8e17ced45..260900404 100644 --- a/gitbutler-ui/src/lib/components/NotOnGitButlerBranch.svelte +++ b/gitbutler-ui/src/lib/components/NotOnGitButlerBranch.svelte @@ -65,7 +65,7 @@ // if (baseBranch) branchController.setTarget(baseBranch.branchName); }} > - Switch to another project... + Switch to another project {/if} diff --git a/gitbutler-ui/src/lib/components/ProblemLoadingRepo.svelte b/gitbutler-ui/src/lib/components/ProblemLoadingRepo.svelte index 65b744a59..4e97dacf8 100644 --- a/gitbutler-ui/src/lib/components/ProblemLoadingRepo.svelte +++ b/gitbutler-ui/src/lib/components/ProblemLoadingRepo.svelte @@ -15,7 +15,13 @@ $: user$ = userService.user$; - +

{project?.title}

diff --git a/gitbutler-ui/src/lib/components/Select.svelte b/gitbutler-ui/src/lib/components/Select.svelte index ef0de4e5e..464f531d8 100644 --- a/gitbutler-ui/src/lib/components/Select.svelte +++ b/gitbutler-ui/src/lib/components/Select.svelte @@ -36,7 +36,7 @@

{#if label} - + {/if}