We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0636766 commit 5194808Copy full SHA for 5194808
src/routes/org/[orgid]/process/[processid]/+page.svelte
@@ -163,7 +163,8 @@
163
{/snippet}
164
165
{#if how === undefined}
166
- <Oops text="Unable to load this process." />
+ <Title title={process.title} kind="process" />
167
+ <Oops text="This process could not be fully loaded." />
168
{:else if how.visibility !== 'public' && ($user === null || !context.member)}
169
<Title title={org.name} />
170
<Oops
0 commit comments