Skip to content

Commit 5194808

Browse files
committed
Added title to error.
1 parent 0636766 commit 5194808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/org/[orgid]/process/[processid]/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
{/snippet}
164164

165165
{#if how === undefined}
166-
<Oops text="Unable to load this process." />
166+
<Title title={process.title} kind="process" />
167+
<Oops text="This process could not be fully loaded." />
167168
{:else if how.visibility !== 'public' && ($user === null || !context.member)}
168169
<Title title={org.name} />
169170
<Oops

0 commit comments

Comments
 (0)