{#if $userStore && $userStore.id === data.user.id}
- You are currently viewing the public profile of {data.name}.
+ You are currently viewing the public profile of {data.display_name ??
+ data.name}.
Edit profile
{/if}
diff --git a/frontend/src/routes/edit/member/[id]/+page.svelte b/frontend/src/routes/edit/member/[id]/+page.svelte
index 1f4108f..498171d 100644
--- a/frontend/src/routes/edit/member/[id]/+page.svelte
+++ b/frontend/src/routes/edit/member/[id]/+page.svelte
@@ -252,22 +252,26 @@
- Edit profile - pronouns.cc
+ Edit member profile - pronouns.cc